Modify like, basically everything idk, probably a lot of secrets and url names and colmena and whatnot
This commit is contained in:
parent
0ab856b18e
commit
b3ba7481d8
107 changed files with 437 additions and 696 deletions
|
@ -19,7 +19,7 @@
|
|||
htpasswd_encryption = "bcrypt";
|
||||
};
|
||||
};
|
||||
cloudflare-dyndns.domains = [ "cal.nixfox.ca" ];
|
||||
cloudflare-dyndns.domains = [ "cal.${config.vars.mailDomain}" ];
|
||||
};
|
||||
|
||||
environment.persistence."/persist".directories = [ "/var/lib/radicale" ];
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{ config, lib, ... }:
|
||||
{
|
||||
services.nginx.virtualHosts."cal.${config.vars.mainDomain}" = lib.mkIf config.services.radicale.enable {
|
||||
services.nginx.virtualHosts."cal.${config.vars.mailDomain}" = lib.mkIf config.services.radicale.enable {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
locations."/" = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue