11 lines
196 B
Nix
11 lines
196 B
Nix
{
|
|
sops = {
|
|
defaultSopsFile = ../keys/production.yaml;
|
|
secrets."nextcloud/tlater" = {
|
|
owner = "nextcloud";
|
|
group = "nextcloud";
|
|
};
|
|
secrets."steam/tlater" = {};
|
|
};
|
|
}
|