Vanguard back at desk, switch back to Hyprland
Disable autoUpgrade now that it's not on the TV
This commit is contained in:
parent
361ab94c83
commit
fb7e923960
|
@ -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 ];
|
||||
};
|
||||
|
||||
};
|
||||
|
|
|
@ -1,7 +1 @@
|
|||
{ ... }: {
|
||||
system.autoUpgrade = {
|
||||
enable = true;
|
||||
flake = "git+https://git.xenia.me.uk/xenia/nixos.git?ref=main";
|
||||
allowReboot = true;
|
||||
};
|
||||
}
|
||||
{ ... }: { }
|
||||
|
|
Loading…
Reference in a new issue