WIP: add note about 'iwd'
All checks were successful
ci/woodpecker/push/check Pipeline was successful
All checks were successful
ci/woodpecker/push/check Pipeline was successful
This commit is contained in:
parent
c7fc4c2c67
commit
5abcc66191
1 changed files with 2 additions and 0 deletions
|
|
@ -23,6 +23,8 @@ in
|
||||||
(lib.mkIf cfg.wireless.enable {
|
(lib.mkIf cfg.wireless.enable {
|
||||||
networking.networkmanager.enable = true;
|
networking.networkmanager.enable = true;
|
||||||
|
|
||||||
|
# IWD needs persistence if enabled
|
||||||
|
|
||||||
# Persist NetworkManager files
|
# Persist NetworkManager files
|
||||||
my.system.persist.files = [
|
my.system.persist.files = [
|
||||||
"/var/lib/NetworkManager/secret_key"
|
"/var/lib/NetworkManager/secret_key"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue