nixfiles/common/network.nix

3 lines
53 B
Nix

{machine, ...}: {
networking.hostName = machine;
}