Emitter: Enable auto-upgrade git pull

This commit is contained in:
fruchti 2023-03-09 16:06:23 +01:00
parent ac055ea652
commit 5cbec50348

View file

@ -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