Files
nixos-flake/networking.nix
T

7 lines
91 B
Nix

{ ... }:
{
networking.hostName = "nixos";
networking.networkmanager.enable = true;
}