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

5 lines
78 B
Nix

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