From 53f997957940bcc9130375ebfbceef5124630873 Mon Sep 17 00:00:00 2001 From: fnord Date: Sun, 27 Apr 2025 00:24:25 +0200 Subject: [PATCH] hostname.nix.example aktualisiert Fixed Typos --- hostname.nix.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hostname.nix.example b/hostname.nix.example index 548a09a..d1edde0 100644 --- a/hostname.nix.example +++ b/hostname.nix.example @@ -5,5 +5,5 @@ {config, libs, pkgs, ...}: { - networking.hostname = "$EXAMPLE"; -}; + networking.hostName = "$EXAMPLE"; +} \ No newline at end of file