summaryrefslogtreecommitdiff
path: root/hosts/vidhar/immich.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/vidhar/immich.nix')
-rw-r--r--hosts/vidhar/immich.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/hosts/vidhar/immich.nix b/hosts/vidhar/immich.nix
new file mode 100644
index 00000000..a1f145a8
--- /dev/null
+++ b/hosts/vidhar/immich.nix
@@ -0,0 +1,10 @@
1{ ... }:
2
3{
4 config = {
5 services.immich = {
6 enable = true;
7 host = "2a03:4000:52:ada:4:1::";
8 };
9 };
10}