mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 18:04:41 +02:00
6 lines
141 B
Nix
6 lines
141 B
Nix
{ config, ... }:
|
|
{
|
|
sops.secrets."wifi/bismarck" = {
|
|
path = "/etc/NetworkManager/system-connections/Bismarck WLAN.nmconnection";
|
|
};
|
|
}
|