Files
nixos/networking.nix

8 lines
96 B
Nix

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