nix-conf/system/dev/dn-server/sops-conf.nix

9 lines
150 B
Nix

{
sops = {
secrets = {
"wireguard/privateKey" = { };
"nextcloud/adminPassword" = { };
"step_ca/password" = { };
};
};
}