Change hostname
This commit is contained in:
parent
7400cecd8e
commit
3ff323ccca
2 changed files with 3 additions and 2 deletions
|
@ -19,7 +19,8 @@ in
|
||||||
system.stateVersion = "23.11";
|
system.stateVersion = "23.11";
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
hostName = "nixos-vpn";
|
hostName = "vpn";
|
||||||
|
domain = "sudoer777.dev";
|
||||||
};
|
};
|
||||||
|
|
||||||
services.openssh = {
|
services.openssh = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue