Emitter: Enable auto-upgrade git pull
This commit is contained in:
parent
ac055ea652
commit
5cbec50348
|
@ -29,9 +29,13 @@
|
|||
acceptTerms = true;
|
||||
};
|
||||
|
||||
system.autoUpgrade.enable = true;
|
||||
system.autoUpgrade.allowReboot = true;
|
||||
system.autoUpgrade.sendEmail = true;
|
||||
system.autoUpgrade = {
|
||||
enable = true;
|
||||
allowReboot = true;
|
||||
sendEmail = true;
|
||||
gitPull = true;
|
||||
gitUser = "fruchti";
|
||||
};
|
||||
|
||||
# This value determines the NixOS release from which the default
|
||||
# settings for stateful data, like file locations and database versions
|
||||
|
|
Loading…
Reference in a new issue