From d037ad05cdec6500c83e59c5e5acaa2d530e2e9e Mon Sep 17 00:00:00 2001 From: fnord Date: Sun, 27 Apr 2025 00:19:36 +0200 Subject: [PATCH] Added hostname.nix --- hostname.nix | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 hostname.nix diff --git a/hostname.nix b/hostname.nix new file mode 100644 index 0000000..863eeee --- /dev/null +++ b/hostname.nix @@ -0,0 +1,4 @@ +{config, libs, pkgs, ...}: +{ + networking.hostname = "ChCh-Elab-L"; +};