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

7 lines
123 B
Nix

{ config, ...}: {
networking.hostName = "laptop"; # Define your hostname.
networking.networkmanager.enable = true;
}