Remove lgs vpn and wlan

This commit is contained in:
SebastianStork 2024-06-19 17:51:12 +02:00
parent 3c8edc5ff2
commit 5fac577437
7 changed files with 4 additions and 52 deletions

View file

@ -11,7 +11,6 @@
sops.secrets = {
"iwd/WLAN-233151" = { };
"iwd/Fairphone4" = { };
"iwd/LGS" = { };
};
networking.wireless.iwd = {
@ -27,7 +26,6 @@
systemd.tmpfiles.rules = [
"C /var/lib/iwd/WLAN-233151.psk 0600 root root - ${config.sops.secrets."iwd/WLAN-233151".path}"
"C /var/lib/iwd/Fairphone4.psk 0600 root root - ${config.sops.secrets."iwd/Fairphone4".path}"
"C /var/lib/iwd/LGS.8021x 0600 root root - ${config.sops.secrets."iwd/LGS".path}"
];
environment.systemPackages = [ pkgs.iwgtk ];