alyssum/immich: init
Some checks are pending
CI / Build linux-lava for x86_64-linux (push) Waiting to run

This commit is contained in:
Cilly Leang 2026-06-20 18:47:01 +10:00
parent d2fbc73636
commit aab4da94fa
Signed by: cilly
GPG key ID: 6500251E087653C9
5 changed files with 35 additions and 1 deletions

View file

@ -39,7 +39,7 @@
useACMEHost = "lava.moe";
forceSSL = true;
locations."/".proxyPass = "http://[${client}]:4533";
listenAddresses = [ "100.67.2.1" ];
listenAddresses = config.me.localAddrs;
};
systemd.tmpfiles.rules = [ "d /persist/containers/${name} 755 root users" ];