rm syncthing

This commit is contained in:
2025-12-30 11:30:50 +01:00
parent e2e246b52b
commit b95fac6927
19 changed files with 8 additions and 788 deletions

View File

@@ -1,19 +1,8 @@
{
user,
hostname,
...
}: let
secrets = import ../../lib/secrets.nix;
in {
sops.secrets =
secrets.mkSyncthingSecrets {
inherit hostname user;
isDarwin = false;
}
// {
tahani-paperless-password = {
sopsFile = ../../secrets/tahani-paperless-password;
format = "binary";
};
{...}: {
sops.secrets = {
tahani-paperless-password = {
sopsFile = ../../secrets/tahani-paperless-password;
format = "binary";
};
};
}