hostname fixed
This commit is contained in:
parent
5962560c87
commit
cfe7efce10
3 changed files with 3 additions and 3 deletions
|
@ -51,10 +51,10 @@
|
||||||
imports
|
imports
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
"wg_gateway" = nixpkgs.lib.nixosSystem {
|
"wg-gateway" = nixpkgs.lib.nixosSystem {
|
||||||
system = "aarch64-linux";
|
system = "aarch64-linux";
|
||||||
modules = [
|
modules = [
|
||||||
./hosts/wg_gateway
|
./hosts/wg-gateway
|
||||||
imports
|
imports
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
lyn.profiles.base.enable = true;
|
lyn.profiles.base.enable = true;
|
||||||
lyn.users.lyn.enable = true;
|
lyn.users.lyn.enable = true;
|
||||||
|
|
||||||
networking.hostName = "wg_gateway"; # Define your hostname.
|
networking.hostName = "wg-gateway"; # Define your hostname.
|
||||||
|
|
||||||
system.stateVersion = "24.05";
|
system.stateVersion = "24.05";
|
||||||
}
|
}
|
Loading…
Reference in a new issue