Files
nixos-config/hosts/tahani/secrets.nix
Christoph Schmatzler a95188d218 up
Signed-off-by: Christoph Schmatzler <christoph@schmatzler.com>
2026-03-01 17:54:12 +00:00

14 lines
276 B
Nix

{user, ...}: {
sops.secrets = {
tahani-paperless-password = {
sopsFile = ../../secrets/tahani-paperless-password;
format = "binary";
};
tahani-email-password = {
sopsFile = ../../secrets/tahani-email-password;
format = "binary";
owner = user;
};
};
}