mirror of https://gitlab.com/curben/blog
post(nixos-caddy-3): defaults to '/etc/caddy/caddyProxy.conf'
This commit is contained in:
parent
40749f14c8
commit
d3e4e9c71e
|
@ -68,7 +68,7 @@ in {
|
||||||
enable = mkEnableOption "Caddy web server";
|
enable = mkEnableOption "Caddy web server";
|
||||||
|
|
||||||
config = mkOption {
|
config = mkOption {
|
||||||
default = "/etc/caddy/Caddyfile";
|
default = "/etc/caddy/caddyProxy.conf";
|
||||||
type = types.str;
|
type = types.str;
|
||||||
description = "Path to Caddyfile";
|
description = "Path to Caddyfile";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue