feat: replace buku with selfhosted linkwarden.
This commit is contained in:
parent
32e68fb934
commit
60fbe35de3
9 changed files with 84 additions and 4 deletions
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue