From fb7e92396098f31ea658ba85a73a66ad5ce61c2b Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sat, 6 Jan 2024 11:07:18 +0000 Subject: [PATCH] Vanguard back at desk, switch back to Hyprland Disable autoUpgrade now that it's not on the TV --- flake.nix | 4 ++-- hosts/Vanguard/configuration.nix | 8 +------- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/flake.nix b/flake.nix index 9568b5cc..b1cf4e80 100644 --- a/flake.nix +++ b/flake.nix @@ -253,8 +253,8 @@ system = "x86_64-linux"; in systemConfig { inherit hostName user system; - systemModules = [ ./system/gamescope.nix ]; - homeModules = [ ./home/default.nix ./home/games/default.nix ]; + systemModules = default.systemModules ++ [ ./system/steam.nix ]; + homeModules = default.homeModules ++ [ ./home/games/default.nix ]; }; }; diff --git a/hosts/Vanguard/configuration.nix b/hosts/Vanguard/configuration.nix index 2248651c..c915eb0a 100644 --- a/hosts/Vanguard/configuration.nix +++ b/hosts/Vanguard/configuration.nix @@ -1,7 +1 @@ -{ ... }: { - system.autoUpgrade = { - enable = true; - flake = "git+https://git.xenia.me.uk/xenia/nixos.git?ref=main"; - allowReboot = true; - }; -} \ No newline at end of file +{ ... }: { }