1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00
Files
niveum/configs/wpa_supplicant.nix

10 lines
273 B
Nix
Raw Normal View History

2025-08-30 17:49:16 +02:00
{ config, ... }:
{
networking.wireless = {
enable = true;
2025-08-30 17:49:16 +02:00
secretsFile = config.age.secrets.wifi.path;
# networks.Aether.pskRaw = "e1b18af54036c5c9a747fe681c6a694636d60a5f8450f7dec0d76bc93e2ec85a";
networks.Schilfpalast.pskRaw = "ext:schilfpalast";
};
}