Signed-off-by: Christoph Schmatzler <christoph@schmatzler.com>
This commit is contained in:
2026-03-01 17:39:05 +00:00
parent 8ed58c39d3
commit a95188d218
4 changed files with 66 additions and 1 deletions

View File

@@ -29,6 +29,7 @@
../../profiles/nushell.nix
../../profiles/fzf.nix
../../profiles/git.nix
../../profiles/himalaya.nix
../../profiles/home.nix
../../profiles/jjui.nix
../../profiles/jujutsu.nix

View File

@@ -1,8 +1,13 @@
{...}: {
{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;
};
};
}