mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat: adds nextcloud (locally, for now) to dandelion
This commit is contained in:
parent
8968c1c83e
commit
4afdd26f66
2 changed files with 34 additions and 2 deletions
|
|
@ -1,6 +1,7 @@
|
|||
{ ... }: {
|
||||
imports =
|
||||
[(import ./docker.nix)]
|
||||
++ [(import ./immich.nix)];
|
||||
# ++ [(import ./scrutiny.nix)];
|
||||
++ [(import ./immich.nix)]
|
||||
++ [(import ./nextcloud.nix)]
|
||||
++ [(import ./scrutiny.nix)];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue