Added hostname.nix

This commit is contained in:
fnord 2025-04-27 00:19:36 +02:00
parent 2ba3c5e060
commit d037ad05cd

4
hostname.nix Normal file
View file

@ -0,0 +1,4 @@
{config, libs, pkgs, ...}:
{
networking.hostname = "ChCh-Elab-L";
};