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, 4 insertions, 4 deletions
diff --git a/nix/hosts/corrino/www/photo/default.nix b/nix/hosts/corrino/www/photo/default.nix index dd555e4..46266ae 100644 --- a/nix/hosts/corrino/www/photo/default.nix +++ b/nix/hosts/corrino/www/photo/default.nix @@ -1,8 +1,8 @@ { ... }: { - imports = [ - ./photoprism.nix - # ./immich.nix - ]; + imports = [ + ./photoprism.nix + # ./immich.nix + ]; } |