1
0
Fork 0

fix update config script

This commit is contained in:
Malte Brandy 2022-06-03 19:31:45 +02:00
parent 9213f88c64
commit 81bf9ab7ad

View file

@ -125,7 +125,7 @@ in {
];
systemd.services = {
update-config = {
path = [pkgs.git pkgs.nix];
path = [pkgs.git pkgs.nix pkgs.openssh];
restartIfChanged = false;
unitConfig.X-StopOnRemoval = false;
serviceConfig = {