From 2ba3c5e06023262293179fcc6f3428ed9d706ff2 Mon Sep 17 00:00:00 2001 From: fnord Date: Sun, 27 Apr 2025 00:18:58 +0200 Subject: [PATCH] configuration.nix aktualisiert --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index bbb53de..5b2f46d 100644 --- a/configuration.nix +++ b/configuration.nix @@ -14,7 +14,7 @@ ./boot.nix ]; - networking.hostName = "$HOSTNAME_HERE"; # Define your hostname. + # networking.hostName = "$HOSTNAME_HERE"; # Please Define hostname in hostname.nix networking.networkmanager.enable = true; # Easiest to use and most distros use this by default. # Set your time zone.