hostname.nix.example aktualisiert

Fixed Typos
This commit is contained in:
fnord 2025-04-27 00:24:25 +02:00
parent 09c55cec66
commit 53f9979579

View file

@ -5,5 +5,5 @@
{config, libs, pkgs, ...}:
{
networking.hostname = "$EXAMPLE";
};
networking.hostName = "$EXAMPLE";
}