disable forgejo restart on update
This commit is contained in:
parent
609cf85814
commit
6c96c4ca0f
1 changed files with 4 additions and 1 deletions
|
|
@ -48,5 +48,8 @@
|
||||||
hostPackages = with pkgs; [ bash coreutils git nix openssh nodejs ];
|
hostPackages = with pkgs; [ bash coreutils git nix openssh nodejs ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
systemd.services."gitea-runner-nixos-deploy".restartIfChanged = false;
|
systemd.services = {
|
||||||
|
"gitea-runner-nixos-deploy".restartIfChanged = false;
|
||||||
|
"forgejo".restartIfChanged = false;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue