update networking

This commit is contained in:
Noa Aarts 2024-04-17 00:52:31 +02:00
parent 785cf93a41
commit fb1dd0dc17

View file

@ -22,10 +22,12 @@
hardware.enableRedistributableFirmware = true;
hardware.enableAllFirmware = true;
networking.hostName = "NoasServer"; # Define your hostname.
networking = {
hostName = "NoasServer"; # Define your hostname.
networkmanager.enable = true; # Easiest to use and most distros use this by default.
};
# Pick only one of the below networking options.
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
networking.networkmanager.enable = true; # Easiest to use and most distros use this by default.
nix = {
settings = {