1
Fork 0

Bump shimmeringmoon

This commit is contained in:
prescientmoon 2025-03-03 14:32:42 +01:00
parent b1fca53412
commit dbf9324df9
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4
7 changed files with 154 additions and 46 deletions
hosts/nixos/common/optional/services/iwd

View file

@ -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}"
];
}