nixfiles/common/network.nix

3 lines
55 B
Nix

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