use secrets

This commit is contained in:
Osman Faruk Bayram 2025-01-13 16:21:47 +03:00
parent f2a22e7a8b
commit f417983e5b

View file

@ -91,8 +91,8 @@
interfaces = ["wlan0"]; interfaces = ["wlan0"];
# ! Change the following to connect to your own network # ! Change the following to connect to your own network
networks = { networks = {
"<ssid>" = { "${secrets.home-wifi-ssid.age}" = {
psk = "<ssid-key>"; psk = "${secrets.home-wifi-password.age}";
}; };
}; };
}; };