updates and stuff

This commit is contained in:
mjallen18
2024-12-27 13:32:29 -06:00
parent c80092f588
commit 9caa802d46
9 changed files with 206 additions and 41 deletions

View File

@@ -7,7 +7,7 @@
./apps/paperless
../../modules
# ./apps/nextcloud
./apps/nextcloud
];
nas-apps = {
@@ -17,7 +17,7 @@
environmentFiles = [ config.sops.secrets."jallen-nas/collabora".path ];
};
deluge.enable = true;
deluge.enable = false;
free-games-claimer.enable = true;
@@ -35,8 +35,14 @@
mongodb.enable = true;
nextcloud = {
netbootxyz = {
enable = true;
port = "4000";
port2 = "4080";
};
nextcloud = {
enable = false;
httpPort = "9981";
httpsPort = "9943";
};