diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-06-17 00:00:17 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-06-17 00:00:17 +0530 |
| commit | e8344d9f10cc3313c69dc9717d02602645048c1a (patch) | |
| tree | 7d9d7f1c6eeba36864d6a64956423dae8e124972 /modules/storage/default.nix | |
| parent | 926f411a4c703cab001d64b7f8b9701b79a7dc5c (diff) | |
| download | homeserver-nixos-config-e8344d9f10cc3313c69dc9717d02602645048c1a.tar.gz homeserver-nixos-config-e8344d9f10cc3313c69dc9717d02602645048c1a.zip | |
Add immich
Diffstat (limited to '')
| -rw-r--r-- | modules/storage/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/storage/default.nix b/modules/storage/default.nix index bbb9267..d4e8da9 100644 --- a/modules/storage/default.nix +++ b/modules/storage/default.nix @@ -1,8 +1,9 @@ { ... }: { imports = [ - ./syncthing.nix ./git.nix + ./immich.nix ./send.nix + ./syncthing.nix ]; } |
