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 = {