1
0
Fork 0

Try fixing update-config

This commit is contained in:
Malte 2023-03-08 01:35:46 +01:00
parent f490e49883
commit 67e2832402

View file

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