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";
user = "xenia";
system = "x86_64-linux";
in
systemConfig {
inherit hostName user system;
systemModules = [
./services/sshd.nix
./system/hyprland.nix
./system/games.nix
];
homeModules = [
./home/hyprland/default.nix
];
};
systemModules = [
./services/sshd.nix
./system/hyprland.nix
./system/games.nix
];
homeModules = [
./home/hyprland/default.nix
];
};
## Work