Files
nixverse/nodes/hosts/lappy/system/networking.nix
2025-06-29 14:30:55 -04:00

7 lines
122 B
Nix

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