This commit is contained in:
xunuwu 2025-06-06 10:48:07 +02:00
parent b1a2c5a905
commit 40b0d84f53
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI
36 changed files with 16 additions and 542 deletions

View file

@ -0,0 +1,48 @@
## TODO use defaultSopsFile mayb
{config, ...}: {
sops.secrets = {
wireguard = {
format = "binary";
sopsFile = ./wireguard;
};
slskd = {
format = "binary";
sopsFile = ./slskd;
};
cloudflare = {
format = "binary";
sopsFile = ./cloudflare;
};
transmission = {
format = "binary";
sopsFile = ./transmission;
};
navidrome = {
format = "binary";
sopsFile = ./navidrome;
};
restic-password = {
format = "binary";
sopsFile = ./restic-password;
};
vaultwarden-env = {
format = "binary";
sopsFile = ./vaultwarden-env;
};
miniflux = {
format = "binary";
sopsFile = ./miniflux;
};
roblox-playtime = {
format = "binary";
sopsFile = ./roblox-playtime;
owner = "roblox-playtime";
group = "roblox-playtime";
};
samba-pass = {
format = "binary";
sopsFile = ./samba-pass;
mode = "0600";
};
};
}