ChCh-Public-PCs-NIXOS-Config/hostname.nix
2025-04-27 00:19:36 +02:00

4 lines
71 B
Nix

{config, libs, pkgs, ...}:
{
networking.hostname = "ChCh-Elab-L";
};