Skip to content

Commit d6720b4

Browse files
committed
Oops, use correct environment file thing
1 parent a66b024 commit d6720b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/caddy/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
};
3535
};
3636

37-
systemd.services.caddy.environmentFile = config.age.secrets.cfDnsKey.path;
37+
systemd.services.caddy.serviceConfig.EnviromentFile = config.age.secrets.cfDnsKey.path;
3838

3939
networking.firewall.allowedTCPPorts = [
4040
80

0 commit comments

Comments
 (0)