caddy: removed unused env file

This commit is contained in:
Tigor Hutasuhut 2024-10-28 21:40:53 +07:00
parent 8bc7dea1ef
commit f75b592027

View file

@ -32,10 +32,6 @@ in
reverse_proxy ${webguiListenAddress}
'';
systemd.services.caddy.serviceConfig.EnvironmentFile = [
config.sops.templates."alloy-basic-auth".path
];
systemd.services.alloy.serviceConfig = {
User = "root";
};