yep, more dotfiles

weird-row-server: authelia: enforce dependency on lldap to start

wiro.world a4515003 eafdc044

verified
+2
+2
hosts/weird-row-server/authelia.nix
··· 194 194 }; 195 195 }; 196 196 197 + systemd.services.authelia.after = [ "lldap.service" ]; 198 + 197 199 services.caddy = { 198 200 virtualHosts.${authelia-hostname}.extraConfig = '' 199 201 reverse_proxy http://localhost:${toString authelia-port}