feat: Voyager hubble
This commit is contained in:
@@ -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" ];
|
||||||
};*/
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user