refactor: move miasma from networking to apps
Some checks failed
ci / treefmt (push) Has been cancelled
Some checks failed
ci / treefmt (push) Has been cancelled
This commit is contained in:
parent
5897669e81
commit
3ca2884629
2 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,7 @@
|
|||
inherit (lib.${namespace}) getAttrByNamespace mkOptionsWithNamespace hostHasService flattenHostServices getServicePort;
|
||||
inherit (config.networking) hostName;
|
||||
|
||||
base = "${namespace}.services.networking.miasma";
|
||||
base = "${namespace}.services.apps.miasma";
|
||||
cfg = getAttrByNamespace config base;
|
||||
networkCfg = getAttrByNamespace config "${namespace}.services.networking";
|
||||
networkServices = flattenHostServices networkCfg.network-services;
|
||||
|
|
@ -13,7 +13,7 @@
|
|||
base = "${namespace}.services.networking.httpd";
|
||||
cfg = getAttrByNamespace config base;
|
||||
networkingCfg = getAttrByNamespace config "${namespace}.services.networking";
|
||||
miasmaCfg = getAttrByNamespace config "${namespace}.services.networking.miasma";
|
||||
miasmaCfg = getAttrByNamespace config "${namespace}.services.apps.miasma";
|
||||
|
||||
networkServices = networkingCfg.network-services;
|
||||
networkServicesFlat = flattenHostServices networkServices;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue