nixos/toot: Add BlueSky PDS
Some checks failed
CI / Check, build and cache nixfiles (push) Failing after 3m4s

This commit is contained in:
2025-01-31 14:54:40 +00:00
parent 7a2ebf6872
commit d1eb9cc981
5 changed files with 77 additions and 5 deletions

View File

@@ -551,6 +551,16 @@ in
];
});
})
(mkIf config.services.pds.enable {
my.tmproot.persistence.config.directories = [
{
directory = "/var/lib/pds";
mode = "0750";
user = "pds";
group = "pds";
}
];
})
]))
]);