Vanguard: change username
This commit is contained in:
parent
1426985da6
commit
d3b3065f30
|
@ -206,13 +206,8 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
Vanguard = let
|
Vanguard = systemConfig {
|
||||||
hostName = "Vanguard";
|
hostName = "Vanguard";
|
||||||
user = "xenia";
|
|
||||||
system = "x86_64-linux";
|
|
||||||
in
|
|
||||||
systemConfig {
|
|
||||||
inherit hostName user system;
|
|
||||||
systemModules = [
|
systemModules = [
|
||||||
./services/sshd.nix
|
./services/sshd.nix
|
||||||
./system/hyprland.nix
|
./system/hyprland.nix
|
||||||
|
|
Loading…
Reference in a new issue