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