feat: Voyager hubble

This commit is contained in:
2024-06-03 13:14:52 +02:00
parent a3f2922017
commit a2e1831cc7
2 changed files with 4 additions and 3 deletions
+3 -2
View File
@@ -13,9 +13,10 @@
fsType = "vfat"; fsType = "vfat";
}; };
/* fileSystems."/data/nfs" = fileSystems."/data/nfs" =
{ device = "voyager:/"; { device = "voyager:/";
fsType = "nfs"; fsType = "nfs";
options = [ "x-systemd.automount" "noauto" ]; options = [ "x-systemd.automount" "noauto" ];
};*/ };
} }
+1 -1
View File
@@ -20,7 +20,7 @@ in
jellyfin.enable = true; jellyfin.enable = true;
jellyseerr.enable = false; jellyseerr.enable = false;
paperless = { paperless = {
enable = true; enable = false;
port = 28981; # Optional, to override the default port port = 28981; # Optional, to override the default port
extraConfig = { extraConfig = {
PAPERLESS_ADMIN_USER = "finn"; PAPERLESS_ADMIN_USER = "finn";