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";
|
system = "x86_64-linux";
|
||||||
in systemConfig {
|
in systemConfig {
|
||||||
inherit hostName user system;
|
inherit hostName user system;
|
||||||
systemModules = [ ./system/gamescope.nix ];
|
systemModules = default.systemModules ++ [ ./system/steam.nix ];
|
||||||
homeModules = [ ./home/default.nix ./home/games/default.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