File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 1919 networking . hostName = "papyrus" ; # Define your hostname.
2020 # Pick only one of the below networking options.
2121 # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
22+
2223 # networking.networkmanager.enable = true; # Easiest to use and most distros use this by default.
24+ networking . networkmanager . enable = true ; # IW; most confusing comment, it seems to be enabled on nixos as well by default.
2325
2426 # Set your time zone.
2527 # time.timeZone = "Europe/Amsterdam";
4648 # Define a user account. Don't forget to set a password with ‘passwd’.
4749 users . users . ivor = {
4850 isNormalUser = true ;
49- extraGroups = [ "wheel" "dialout" ] ; # Wheel; ‘sudo’ for the user, dialout; serial ports.
51+ # Wheel; ‘sudo’ for the user
52+ # dialout; serial ports.
53+ # networkmanager; change wifi settings without password.
54+ extraGroups = [ "wheel" "dialout" "networkmanager" ] ;
5055 #packages = with pkgs; [
5156 # vim
5257 # tree
You can’t perform that action at this time.
0 commit comments