Bump shimmeringmoon
This commit is contained in:
parent
b1fca53412
commit
dbf9324df9
7 changed files with 154 additions and 46 deletions
hosts/nixos/common/optional/services/iwd
|
@ -11,7 +11,6 @@
|
|||
|
||||
environment.persistence."/persist/state".directories = [ "/var/lib/iwd" ];
|
||||
|
||||
sops.templates."eduroam.8021x".path = "/var/lib/iwd/eduroam.8021x";
|
||||
sops.secrets.eduroam_pass.sopsFile = ../../../secrets.yaml;
|
||||
sops.templates."eduroam.8021x".content = ''
|
||||
[Security]
|
||||
|
@ -26,4 +25,8 @@
|
|||
[Settings]
|
||||
AutoConnect=true
|
||||
'';
|
||||
|
||||
systemd.tmpfiles.rules = [
|
||||
"L+ /persist/state/var/lib/iwd/eduroam.8021x - - - - ${config.sops.templates."eduroam.8021x".path}"
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue