nixos/machines/serverle/wifi.nix

7 lines
141 B
Nix
Raw Normal View History

2022-11-10 20:25:29 +01:00
{ config, ... }:
{
2022-12-03 11:59:58 +01:00
sops.secrets."wifi/bismarck" = {
path = "/etc/NetworkManager/system-connections/Bismarck WLAN.nmconnection";
2022-11-10 20:25:29 +01:00
};
}