allow user-controlled wireless
This commit is contained in:
parent
76c04ac4ad
commit
a5d71127cb
1 changed files with 1 additions and 0 deletions
1
base.nix
1
base.nix
|
@ -18,6 +18,7 @@
|
||||||
# Add wifi credentials
|
# Add wifi credentials
|
||||||
networking.wireless = {
|
networking.wireless = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
userControlled.enable = true;
|
||||||
secretsFile = ./wireless.key;
|
secretsFile = ./wireless.key;
|
||||||
networks."PAL3.0".auth = ''
|
networks."PAL3.0".auth = ''
|
||||||
eap=PEAP
|
eap=PEAP
|
||||||
|
|
Loading…
Reference in a new issue