Change the hostname to "tlaternet"

Apparently nixos doesn't support "." in host names anymore.
This commit is contained in:
Tristan Daniël Maat 2020-07-08 18:58:23 +01:00
parent fe3f72d581
commit 8fe36b187b
Signed by: tlater
GPG key ID: 49670FD774E43268
2 changed files with 4 additions and 4 deletions

View file

@ -17,7 +17,7 @@
];
networking = {
hostName = "tlater.net";
hostName = "tlaternet";
# useDHCP is deprecated
useDHCP = false;