From 5ff89ab016f2eb0a6142e0b170f4e1e91464fbf6 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Wed, 17 Jul 2024 00:05:31 -0400 Subject: [PATCH] hosts: don't reboot with system upgrades --- hosts/mauville/default.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/hosts/mauville/default.nix b/hosts/mauville/default.nix index 7dc46f7c..fd36bdeb 100644 --- a/hosts/mauville/default.nix +++ b/hosts/mauville/default.nix @@ -134,12 +134,7 @@ in { }; environment.variables.GDK_SCALE = "1.25"; - - system = { - autoUpgrade.allowReboot = lib.mkForce false; - stateVersion = "24.05"; - }; - + system.stateVersion = "24.05"; zramSwap.memoryPercent = 100; ar = {