forked from fabian/nix
srv: remove unnecesary open ports
This commit is contained in:
parent
743d500020
commit
af0ff75f47
2 changed files with 0 additions and 2 deletions
|
@ -21,7 +21,6 @@ with lib; {
|
||||||
|
|
||||||
calibre-web = {
|
calibre-web = {
|
||||||
enable = true;
|
enable = true;
|
||||||
openFirewall = true;
|
|
||||||
options = {
|
options = {
|
||||||
enableBookUploading = true;
|
enableBookUploading = true;
|
||||||
calibreLibrary = "/var/lib/calibre-web/calibre_library";
|
calibreLibrary = "/var/lib/calibre-web/calibre_library";
|
||||||
|
|
|
@ -22,7 +22,6 @@ with lib; {
|
||||||
immich = {
|
immich = {
|
||||||
enable = true;
|
enable = true;
|
||||||
secretsFile = "/var/trust/immich/secrets.txt";
|
secretsFile = "/var/trust/immich/secrets.txt";
|
||||||
openFirewall = true;
|
|
||||||
mediaLocation = "/mnt/export2178/immich/media";
|
mediaLocation = "/mnt/export2178/immich/media";
|
||||||
machine-learning.enable = false;
|
machine-learning.enable = false;
|
||||||
environment = {
|
environment = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue