Change the hostname to "tlaternet"
Apparently nixos doesn't support "." in host names anymore.
This commit is contained in:
parent
fe3f72d581
commit
8fe36b187b
2 changed files with 4 additions and 4 deletions
etc/nixos
|
@ -17,7 +17,7 @@
|
|||
];
|
||||
|
||||
networking = {
|
||||
hostName = "tlater.net";
|
||||
hostName = "tlaternet";
|
||||
|
||||
# useDHCP is deprecated
|
||||
useDHCP = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue