Changing config so install-iso builds
This commit is contained in:
parent
f0e2e34db9
commit
a7e38ae843
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,8 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
networking.hostName = "katmai"; # Define your hostname.
|
networking.hostName = "katmai"; # Define your hostname.
|
||||||
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
|
networking.wireless.enable = false; # Enables wireless support via wpa_supplicant.
|
||||||
|
networking.networkmanager.enable = true;
|
||||||
|
|
||||||
|
|
||||||
# This value determines the NixOS release from which the default
|
# This value determines the NixOS release from which the default
|
||||||
|
|
Loading…
Reference in a new issue