15 lines
320 B
Nix
15 lines
320 B
Nix
{
|
|
webbot
|
|
= Peer "Webbot Wireless LAN"
|
|
{
|
|
configuration
|
|
= { secret, ... }:
|
|
{
|
|
networking.wireless.networks
|
|
= {
|
|
"Webbot".psk = secret.decryptVariable' "wireless" ./Webbot.asc;
|
|
};
|
|
};
|
|
};
|
|
}
|