nsd: ConditionPathExists all files

This commit is contained in:
2023-08-07 14:50:32 +03:00
parent 125ebdac56
commit 9a7e42b95d
2 changed files with 7 additions and 2 deletions

View File

@@ -36,7 +36,7 @@
systemd.services.deployerbot = {
description = "Update all known systems";
environment = {TZ = "UTC";};
path = [ pkgs.git pkgs.openssh pkgs.nix ];
path = [pkgs.git pkgs.openssh pkgs.nix];
serviceConfig = {
Type = "oneshot";
User = "deployerbot-main";