summaryrefslogtreecommitdiff
path: root/modules/wg
diff options
context:
space:
mode:
authorGrigory Shipunov2025-01-21 17:39:25 +0000
committerGrisha Shipunov2025-01-24 22:27:05 +0100
commit42aa8b3a7873c38a1769cef27b7215b683f25737 (patch)
tree1fde78c8ed662834e1b1eee6032dc4ba048f779a /modules/wg
parentdb13bc801c9cff7dc4e54e20add1a72b27edc45e (diff)
immich: init
Diffstat (limited to 'modules/wg')
-rw-r--r--modules/wg/proxy.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/wg/proxy.nix b/modules/wg/proxy.nix
index 8885269..5dae4c4 100644
--- a/modules/wg/proxy.nix
+++ b/modules/wg/proxy.nix
@@ -39,6 +39,14 @@
publicKey = "EIdTwWTqGJv9i2rV+Uu8d/QptGwFAFjHcHp/Hquhr3g=";
privateKeyFile = config.sops.secrets."wg/0xa-proxy".path;
};
+ "immich" = {
+ address = [
+ "10.89.88.13/24"
+ "fd31:185d:722f::13/48"
+ ];
+ publicKey = "NXBlfKx4udjI6C7Dcp1Us7lYnE+L0avnMb1VSLxj42s=";
+ privateKeyFile = config.sops.secrets."wg/0xa-proxy".path;
+ };
};
}
];