mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
chore: temporarily disable scrunity as it's flooding my notifications; enable immich
This commit is contained in:
parent
b9977ffc6b
commit
23670bf1db
1 changed files with 2 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
{ ... }: {
|
{ ... }: {
|
||||||
imports =
|
imports =
|
||||||
[(import ./docker.nix)]
|
[(import ./docker.nix)]
|
||||||
++ [(import ./scrutiny.nix)];
|
++ [(import ./immich.nix)];
|
||||||
|
# ++ [(import ./scrutiny.nix)];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue