Added caddy to derek-site
This commit is contained in:
parent
4a8d03dd57
commit
5bbb29bbab
1 changed files with 3 additions and 0 deletions
|
|
@ -23,6 +23,9 @@ in {
|
|||
options.niksos.server.${name}.enable = mkEnableOption name;
|
||||
|
||||
config = mkIf cfg {
|
||||
services.caddy.virtualHosts."geen-dolfijn.nl".extraConfig = ''
|
||||
reverse_proxy http://127.0.0.1:9010
|
||||
'';
|
||||
systemd.services.${userGroup} = {
|
||||
enable = true;
|
||||
after = ["network.target"];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue