forked from Zynh0722/permafrost
nginx: fix config reference
This commit is contained in:
parent
d4a8f67e9a
commit
56de2004f1
3 changed files with 3 additions and 3 deletions
|
@ -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 = {
|
||||||
|
|
|
@ -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 = {
|
||||||
|
|
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue