mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
refactor: system -> systemConfig
This commit is contained in:
parent
512b1fc75b
commit
45705650bb
31 changed files with 127 additions and 131 deletions
|
|
@ -1,6 +1,5 @@
|
|||
{
|
||||
config,
|
||||
system,
|
||||
lib,
|
||||
...
|
||||
}: let
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
config,
|
||||
system,
|
||||
systemConfig,
|
||||
lib,
|
||||
...
|
||||
}: let
|
||||
inherit (lib.modules) mkIf mkDefault;
|
||||
inherit (config.services) nginx;
|
||||
inherit (system.exports.services) nfandroidtv;
|
||||
inherit (systemConfig.exports.services) nfandroidtv;
|
||||
upstreamName = "nfandroidtv'bedroom";
|
||||
in {
|
||||
config.services.nginx = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue