From f0af50a25ace2775f0b136988e052d5c67fb8fbd Mon Sep 17 00:00:00 2001 From: Evan Stoll Date: Sat, 27 Jun 2020 12:43:59 -0400 Subject: [PATCH] machines/asus_laptop: disable autoUpgrade --- config/machines/asus_laptop/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/machines/asus_laptop/default.nix b/config/machines/asus_laptop/default.nix index e0731ec92..2f5754846 100644 --- a/config/machines/asus_laptop/default.nix +++ b/config/machines/asus_laptop/default.nix @@ -42,5 +42,7 @@ boot.initrd.checkJournalingFS = false; powerManagement.powertop.enable = true; + system.autoUpgrade.enable = lib.mkForce false; + system.stateVersion = "19.09"; }