diff --git a/hosts/vno1-oh2/configuration.nix b/hosts/vno1-oh2/configuration.nix index 4279974..9923ec2 100644 --- a/hosts/vno1-oh2/configuration.nix +++ b/hosts/vno1-oh2/configuration.nix @@ -189,10 +189,10 @@ requiredBy = ["nsd.service"]; before = ["nsd.service"]; unitConfig.ConditionPathExists = [ - "!/etc/nsd/nsd_control.key" - "!/etc/nsd/nsd_control.pem" - "!/etc/nsd/nsd_server.key" - "!/etc/nsd/nsd_server.pem" + "|!/etc/nsd/nsd_control.key" + "|!/etc/nsd/nsd_control.pem" + "|!/etc/nsd/nsd_server.key" + "|!/etc/nsd/nsd_server.pem" ]; serviceConfig = { Type = "oneshot";