feat: adds nextcloud (locally, for now) to dandelion

This commit is contained in:
Ahwx 2025-03-24 16:31:29 +01:00
parent 8968c1c83e
commit 4afdd26f66
2 changed files with 34 additions and 2 deletions

View file

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