mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
fix(services/access): state conditional
This commit is contained in:
parent
f6b5bfc8e2
commit
b4354e3c81
1 changed files with 2 additions and 2 deletions
|
|
@ -49,7 +49,7 @@
|
|||
};
|
||||
|
||||
services.nginx.virtualHosts = mkMerge [
|
||||
{
|
||||
(mkIf tf.state.enable {
|
||||
"gensokyo.zone" = {
|
||||
locations."/" = {
|
||||
root = pkgs.gensokyoZone;
|
||||
|
|
@ -171,6 +171,6 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
});
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue