14 lines
317 B
Nix
14 lines
317 B
Nix
{...}: {
|
|
sops = {
|
|
defaultSopsFile = ../secrets/main.yaml;
|
|
|
|
secrets = {
|
|
admin-password.neededForUsers = true;
|
|
tskey = {};
|
|
vaultwarden-env = {};
|
|
restic-env = {owner = "restic";};
|
|
restic-password = {owner = "restic";};
|
|
restic-repository = {owner = "restic";};
|
|
};
|
|
};
|
|
}
|