feat: replace buku with selfhosted linkwarden.

This commit is contained in:
CronyAkatsuki 2026-01-11 14:23:02 +01:00
parent 32e68fb934
commit 60fbe35de3
9 changed files with 84 additions and 4 deletions

View file

@ -1,4 +1,4 @@
{
{config, ...}: {
age = {
secrets = {
wg-tyr = {
@ -33,6 +33,13 @@
group = "nogroup";
symlink = false;
};
linkwarden = {
file = ../../../secrets/linkwarden.age;
owner = config.services.linkwarden.user;
};
linkwarden-db = {
file = ../../../secrets/linkwarden.age;
};
};
};
}