b4l missing secrets are fixed
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
let
|
let
|
||||||
ncDomain = "${config.clan.core.vars.generators.nextcloud.files.subdomain.value}.${config.networking.fqdn}";
|
ncDomain = "${config.clan.core.vars.generators.b4l-nextcloud.files.subdomain.value}.${config.networking.fqdn}";
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
clan.core.vars.generators.b4l-nextcloud = {
|
clan.core.vars.generators.b4l-nextcloud = {
|
||||||
|
@@ -14,7 +14,7 @@
|
|||||||
script = ''cat $prompts/subdomain || echo "todo" > $out/subdomain'';
|
script = ''cat $prompts/subdomain || echo "todo" > $out/subdomain'';
|
||||||
};
|
};
|
||||||
services.vikunja = {
|
services.vikunja = {
|
||||||
frontendHostname = "${config.clan.core.vars.generators.vikunja.files.subdomain.value}.${config.networking.fqdn}";
|
frontendHostname = "${config.clan.core.vars.generators.b4l-vikunja.files.subdomain.value}.${config.networking.fqdn}";
|
||||||
};
|
};
|
||||||
services.nginx.virtualHosts."${config.services.vikunja.frontendHostname}" = {
|
services.nginx.virtualHosts."${config.services.vikunja.frontendHostname}" = {
|
||||||
useACMEHost = "${config.networking.fqdn}";
|
useACMEHost = "${config.networking.fqdn}";
|
||||||
|
Reference in New Issue
Block a user