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