From 0fa5b750d139c15207d07b622769b70f00b91977 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 30 Apr 2025 03:13:09 +0100 Subject: [PATCH] Enable automatic updates on boys' laptops --- hosts/lemp11/configuration.nix | 2 ++ hosts/t490/configuration.nix | 2 ++ 2 files changed, 4 insertions(+) diff --git a/hosts/lemp11/configuration.nix b/hosts/lemp11/configuration.nix index 9346e79d..09226cce 100644 --- a/hosts/lemp11/configuration.nix +++ b/hosts/lemp11/configuration.nix @@ -50,4 +50,6 @@ git vscodium ]; + + system.autoUpgrade.enable = true; } diff --git a/hosts/t490/configuration.nix b/hosts/t490/configuration.nix index e83c838f..5397654d 100644 --- a/hosts/t490/configuration.nix +++ b/hosts/t490/configuration.nix @@ -57,4 +57,6 @@ networking.hosts = { "192.168.1.116" = [ "nixedo" ]; }; + + system.autoUpgrade.enable = true; }