2025-02-03 13:00:31 -06:00
|
|
|
{...}: {
|
|
|
|
|
sops = {
|
|
|
|
|
defaultSopsFile = ../secrets/main.yaml;
|
|
|
|
|
|
|
|
|
|
secrets = {
|
|
|
|
|
admin-password.neededForUsers = true;
|
|
|
|
|
tskey = {};
|
2025-02-03 18:10:01 -06:00
|
|
|
vaultwarden-env = {};
|
2025-02-06 17:44:13 -06:00
|
|
|
restic-env = {owner = "restic";};
|
|
|
|
|
restic-password = {owner = "restic";};
|
|
|
|
|
restic-repository = {owner = "restic";};
|
2025-02-03 13:00:31 -06:00
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
}
|