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
|
||||
networking.wireless = {
|
||||
enable = true;
|
||||
userControlled.enable = true;
|
||||
secretsFile = ./wireless.key;
|
||||
networks."PAL3.0".auth = ''
|
||||
eap=PEAP
|
||||
|
|
Loading…
Reference in a new issue