chore: temporarily disable scrunity as it's flooding my notifications; enable immich

This commit is contained in:
Ahwx 2025-03-23 00:05:19 +01:00
parent b9977ffc6b
commit 23670bf1db

View file

@ -1,5 +1,6 @@
{ ... }: { { ... }: {
imports = imports =
[(import ./docker.nix)] [(import ./docker.nix)]
++ [(import ./scrutiny.nix)]; ++ [(import ./immich.nix)];
# ++ [(import ./scrutiny.nix)];
} }