Enable autoupdates
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user