From 6a009617c8ee802c7db8808ea9545ed38d41c3f9 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Mon, 13 Jun 2022 19:22:31 +0200 Subject: [PATCH] Enable autoupdates --- machines/w1n5t0n.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/machines/w1n5t0n.nix b/machines/w1n5t0n.nix index a76b2c9..cdb6f2e 100644 --- a/machines/w1n5t0n.nix +++ b/machines/w1n5t0n.nix @@ -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;