Remove some autoUpgrades from regular machines

This commit is contained in:
Evie Litherland-Smith 2023-09-11 11:07:51 +01:00
parent b01a5687e3
commit 9191b14637
2 changed files with 0 additions and 8 deletions

View file

@ -18,10 +18,6 @@
environment.etc."ppp/options".text = ''
ipcp-accept-remote
'';
system.autoUpgrade = {
enable = true;
allowReboot = false;
};
services.syncthing.settings.folders = {
"Archive".enable = false;
"Books".enable = false;

View file

@ -7,10 +7,6 @@
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
networking.nameservers = [ "192.168.1.230" "9.9.9.9" ];
system.autoUpgrade = {
enable = false;
allowReboot = false;
};
services.syncthing.settings.folders = {
"Archive".enable = false;
"Books".enable = false;