diff options
Diffstat (limited to 'nix/hosts/corrino/www/photo/default.nix')
-rw-r--r-- | nix/hosts/corrino/www/photo/default.nix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/nix/hosts/corrino/www/photo/default.nix b/nix/hosts/corrino/www/photo/default.nix new file mode 100644 index 0000000..dd555e4 --- /dev/null +++ b/nix/hosts/corrino/www/photo/default.nix @@ -0,0 +1,8 @@ +{ ... }: + +{ + imports = [ + ./photoprism.nix + # ./immich.nix + ]; +} |