immich: init

This commit is contained in:
Grigory Shipunov 2025-01-21 17:39:25 +00:00 committed by Grisha Shipunov
parent db13bc801c
commit 42aa8b3a78
10 changed files with 259 additions and 0 deletions

View file

@ -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;
};
};
}
];