From c3f87ce9900ee0ba27e0e7630a1e076a1d40102f Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Fri, 1 Dec 2023 10:58:24 +0100 Subject: [PATCH] change podman --- hosts/fw.cloonar.com/modules/podman.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hosts/fw.cloonar.com/modules/podman.nix b/hosts/fw.cloonar.com/modules/podman.nix index 6318973..4a6fce3 100644 --- a/hosts/fw.cloonar.com/modules/podman.nix +++ b/hosts/fw.cloonar.com/modules/podman.nix @@ -33,8 +33,7 @@ description = "DHCP Client CNI Service"; after = [ "io.podman.dhcp.socket" ]; requires = [ "io.podman.dhcp.socket" ]; - wantedBy = [ "multi-user.target" ]; - also = "io.podman.dhcp.socket"; + wantedBy = [ "multi-user.target" "io.podman.dhcp.socket" ]; path = [ pkgs.cni-plugins ]; serviceConfig = {