This commit is contained in:
2026-02-09 21:05:02 -06:00
parent 319923c57c
commit 5e6edd00bb
3 changed files with 53 additions and 1 deletions

View File

@@ -43,6 +43,10 @@ in
port = 4822;
# environmentFile = "/run/secrets/jallen-nas/authentik-env"; # TODO
};
booklore = {
enable = true;
port = 6060;
};
caddy = disabled;
calibre = {
enable = false;

View File

@@ -91,7 +91,9 @@
port = 3306;
};
initialDatabases = [
"booklore"
{
name = "booklore";
}
];
ensureUsers = [
{