fix(wigglydonke.rs): Don't rebuild nginx config unnecessarily
This fix is essentially the same as the one in cl/1263. Change-Id: I27be280a610914fcfbb6d7fee7aebaa56b993812 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3158 Reviewed-by: sterni <sternenseemann@systemli.org> Reviewed-by: grfn <grfn@gws.fyi> Tested-by: BuildkiteCI
This commit is contained in:
parent
65be8f20e0
commit
b36a75a223
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
services.nginx.virtualHosts."wigglydonke.rs" = {
|
services.nginx.virtualHosts."wigglydonke.rs" = {
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
root = "${depot.path}/users/grfn/wigglydonke.rs";
|
root = "${depot.path + "/users/grfn/wigglydonke.rs"}";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue