Vanguard: change username

This commit is contained in:
Evie Litherland-Smith 2024-03-08 07:30:18 +00:00
parent 1426985da6
commit d3b3065f30

View file

@ -206,22 +206,17 @@
]; ];
}; };
Vanguard = let Vanguard = systemConfig {
hostName = "Vanguard"; hostName = "Vanguard";
user = "xenia"; systemModules = [
system = "x86_64-linux"; ./services/sshd.nix
in ./system/hyprland.nix
systemConfig { ./system/games.nix
inherit hostName user system; ];
systemModules = [ homeModules = [
./services/sshd.nix ./home/hyprland/default.nix
./system/hyprland.nix ];
./system/games.nix };
];
homeModules = [
./home/hyprland/default.nix
];
};
## Work ## Work