zaphyra's git: nixfiles

zaphyra and void's nixfiles

commit 82f76e738e5cdf3833bcab65f6f1aadb6ff11c6e
parent d8a58580be492e65d0fd74a1a01608cfb142bd19
Author: Katja (zaphyra) <git@ctu.cx>
Date: Thu, 22 May 2025 08:13:50 +0200

hosts/huntii: add fqdn to hosts file
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/hosts/huntii/default.nix b/hosts/huntii/default.nix
@@ -48,7 +48,10 @@
 
       boot.kernelPackages = pkgs.linuxPackages_latest;
 
-      networking.useNetworkd = false;
+      networking = {
+        useNetworkd = false;
+        hosts."127.0.0.1" = [ config.networking.fqdn ];
+      };
 
       hardware.bluetooth.settings = {
         General.Experimental = true;