1
0
Fork 0

Improve update script

This commit is contained in:
Malte Brandy 2020-06-26 18:41:07 +02:00
parent eb613b8d06
commit 62ad1477a3
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

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