nixos-config/modules/common/networking.nix

5 lines
No EOL
70 B
Nix
Executable file

{ hostName, config, ... }:
{
networking.hostName = "${hostName}";
}