Enable autoupdates
This commit is contained in:
parent
7791a8d703
commit
6a009617c8
@ -12,6 +12,11 @@ inputs.nixpkgs.lib.nixosSystem {
|
||||
(import ./entertainment.nix inputs)
|
||||
(import ./office.nix inputs)
|
||||
({ pkgs, lib, ... }: {
|
||||
system.autoUpgrade = {
|
||||
enable = true;
|
||||
allowReboot = false;
|
||||
};
|
||||
|
||||
networking = {
|
||||
hostName = hostname;
|
||||
interfaces.eno1.useDHCP = true;
|
||||
|
Loading…
Reference in New Issue
Block a user