From f924244af1bbf0e5ca798bd8583a7c84ebe846f1 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Thu, 30 Sep 2021 10:44:03 -0400 Subject: [PATCH] resurrect hostname --- hosts/thebeast.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/thebeast.nix b/hosts/thebeast.nix index 272d8d8..e1989c3 100644 --- a/hosts/thebeast.nix +++ b/hosts/thebeast.nix @@ -16,6 +16,7 @@ in environment.etc.hosts.enable = false; environment.etc."resolv.conf".enable = false; + networking.hostName = "thebeast"; networking.dhcpcd.enable = false; users.users.${defaultUser} = {