nginx: fix config reference

This commit is contained in:
Zynh Ludwig 2024-12-27 13:43:11 -08:00
parent d4a8f67e9a
commit 56de2004f1
3 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
let let
cfg = config.permafrost.forgejo; cfg = config.permafrost.forgejo;
ACMEEnabled = config.nginx.enableACME; ACMEEnabled = config.permafrost.nginx.enableACME;
in in
{ {
options.permafrost.forgejo = { options.permafrost.forgejo = {

View file

@ -2,7 +2,7 @@
let let
cfg = config.permafrost.foundry; cfg = config.permafrost.foundry;
ACMEEnabled = config.nginx.enableACME; ACMEEnabled = config.permafrost.nginx.enableACME;
in in
{ {
options.permafrost.foundry = { options.permafrost.foundry = {

View file

@ -4,7 +4,7 @@ let
nyazoom = inputs.nyazoom.packages.${pkgs.system}.default; nyazoom = inputs.nyazoom.packages.${pkgs.system}.default;
cfg = config.permafrost.nyazoom; cfg = config.permafrost.nyazoom;
ACMEEnabled = config.nginx.enableACME; ACMEEnabled = config.permafrost.nginx.enableACME;
in in
{ {
options.permafrost.nyazoom = { options.permafrost.nyazoom = {