Files
nixverse/nodes/hosts/lappy/system/networking.nix

5 lines
71 B
Nix

{ ... }: {
networking.hostName = "lappy"; # Define your hostname.
}