Enable autoUpgrade without reboot

This commit is contained in:
Evie Litherland-Smith 2023-09-04 08:54:47 +01:00
parent 29c872f5e3
commit af0df58d68
2 changed files with 8 additions and 0 deletions

View file

@ -25,6 +25,10 @@
ipcp-accept-remote
'';
programs.light.enable = true;
system.autoUpgrade = {
enable = true;
allowReboot = false;
};
# This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions

View file

@ -23,6 +23,10 @@
remotePlay.openFirewall = true;
dedicatedServer.openFirewall = true;
};
system.autoUpgrade = {
enable = true;
allowReboot = false;
};
# This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions