massicot,fix: fix missing module
This commit is contained in:
parent
5104c5943e
commit
6b375fea91
5 changed files with 33 additions and 12 deletions
|
@ -43,6 +43,7 @@ in
|
|||
};
|
||||
services.caddy = mkIf cfg.caddy {
|
||||
enable = true;
|
||||
|
||||
virtualHosts."https://${cfg.domain}".extraConfig = ''
|
||||
reverse_proxy ${config.services.vaultwarden.config.ROCKET_ADDRESS}:${toString config.services.vaultwarden.config.ROCKET_PORT}
|
||||
'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue