This commit is contained in:
mjallen18
2025-12-22 14:55:32 -06:00
parent abdeddf751
commit 53a2d01a83
3 changed files with 106 additions and 96 deletions

View File

@@ -42,11 +42,11 @@ in
# environmentFile = "/run/secrets/jallen-nas/authentik-env"; # TODO
};
calibre = {
enable = true;
enable = false;
port = 8084;
};
calibre-web = {
enable = true;
enable = false;
port = 8083;
};
code-server = {
@@ -121,7 +121,7 @@ in
mongodb = disabled;
netbootxyz = {
enable = false;
port = 3000;
port = 4000;
};
nextcloud = {
enable = true;