8 lines
160 B
Nix
8 lines
160 B
Nix
_: {
|
|
services.immich-public-proxy = {
|
|
enable = true;
|
|
port = 2284;
|
|
openFirewall = true;
|
|
immichUrl = "https://immich.internal.flake.sh";
|
|
};
|
|
}
|