feature(shan): add immich
This commit is contained in:
parent
2a33f1414c
commit
170a1950e7
2 changed files with 8 additions and 2 deletions
|
@ -69,7 +69,13 @@
|
|||
"--login-server"
|
||||
"https://hs.ccnlc.eu"
|
||||
];
|
||||
#useRoutingFeatures = "both";
|
||||
useRoutingFeatures = "server";
|
||||
};
|
||||
|
||||
immich = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
host = "0.0.0.0";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ in
|
|||
dockerCompat = true;
|
||||
defaultNetwork.settings = {
|
||||
# Required for container networking to be able to use names.
|
||||
dns_enabled = true;
|
||||
dns_enabled = false;
|
||||
};
|
||||
};
|
||||
virtualisation.oci-containers.backend = "podman";
|
||||
|
|
Loading…
Add table
Reference in a new issue