nix-conf/system/dev/dn-pre7780/sops-conf.nix
2025-04-28 13:51:12 +08:00

8 lines
112 B
Nix

{
sops = {
secrets = {
"wireguard/conf" = { };
"nextcloud/adminPassword" = { };
};
};
}