mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 18:59:07 +01:00
vps-public: Enable screego
This commit is contained in:
parent
8336c3b5ac
commit
cfa3792d93
1 changed files with 6 additions and 3 deletions
|
|
@ -41,9 +41,7 @@
|
|||
caddy.virtualHosts."dav.${sproutedDomain}" = {
|
||||
inherit (config.custom.web-services.radicale) port;
|
||||
extraConfig = ''
|
||||
respond /.web/ "Access denied" 403 {
|
||||
close
|
||||
}
|
||||
respond /.web/ "Access denied" 403 { close }
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
|
@ -82,6 +80,11 @@
|
|||
branding.name = "SproutedBin";
|
||||
};
|
||||
|
||||
screego = {
|
||||
enable = true;
|
||||
domain = "mirror.${sproutedDomain}";
|
||||
};
|
||||
|
||||
radicale = {
|
||||
enable = true;
|
||||
domain = "dav.${privateDomain}";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue