9 lines
150 B
Nix
9 lines
150 B
Nix
{
|
|
sops = {
|
|
secrets = {
|
|
"wireguard/privateKey" = { };
|
|
"nextcloud/adminPassword" = { };
|
|
"step_ca/password" = { };
|
|
};
|
|
};
|
|
}
|