Set up the basics of imperanence
This commit is contained in:
parent
7bd9d9aa0b
commit
78f154b38a
20 changed files with 224 additions and 134 deletions
hosts/nixos/common/global/wireless
|
@ -43,10 +43,9 @@
|
|||
# Ensure group exists
|
||||
users.groups.network = { };
|
||||
|
||||
# TODO: figure out why this does not work!
|
||||
# Persist imperative config
|
||||
# environment.persistence = {
|
||||
# "/persist".files = [
|
||||
# "/etc/wpa_supplicant.conf"
|
||||
# ];
|
||||
# };
|
||||
# environment.persistence."/persist".files = [
|
||||
# "/etc/wpa_supplicant.conf"
|
||||
# ];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue