mauville: enable immich
Some checks are pending
nix-build / default-build (push) Waiting to run
nix-build / fallarbor-build (push) Waiting to run
nix-build / lavaridge-build (push) Waiting to run
nix-build / mauville-build (push) Waiting to run
nix-build / petalburg-build (push) Waiting to run
nix-build / rustboro-build (push) Waiting to run
nix-build / slateport-build (push) Waiting to run
nix-check / fmt-check (push) Waiting to run
nix-check / eval-check (push) Waiting to run

This commit is contained in:
Aly Raffauf 2024-10-07 18:23:21 -04:00
parent d96711aa58
commit 7a004395b2

View file

@ -91,6 +91,13 @@ in {
};
};
immich = {
enable = true;
host = "0.0.0.0";
mediaLocation = "${mediaDirectory}/Pictures";
openFirewall = true;
};
# k3s = {
# enable = true;
# role = "server";