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 /settings.nix | |
| parent | 926f411a4c703cab001d64b7f8b9701b79a7dc5c (diff) | |
| download | homeserver-nixos-config-e8344d9f10cc3313c69dc9717d02602645048c1a.tar.gz homeserver-nixos-config-e8344d9f10cc3313c69dc9717d02602645048c1a.zip | |
Add immich
Diffstat (limited to '')
| -rw-r--r-- | settings.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/settings.nix b/settings.nix index 968bfff..ed2f212 100644 --- a/settings.nix +++ b/settings.nix @@ -19,6 +19,7 @@ in lib.recursiveUpdate privateSettings rec { prometheus = 9001; prometheusNodeExporter = 9002; send = 1443; + immich = 3144; }; exposeTransmissionRPC = false; }; @@ -28,6 +29,12 @@ in lib.recursiveUpdate privateSettings rec { group = "git"; }; + immich = { + baseDir = "/media/_immich"; + user = "immich"; + group = "immich"; + }; + syncthing = { baseDir = "/media/syncthing"; photosDir = "${syncthing.baseDir}/photos"; |
