fixup! cluster/simulacrum/nowhere: make optional
This commit is contained in:
parent
059207f4e8
commit
dea2425e27
1 changed files with 7 additions and 5 deletions
|
@ -59,11 +59,13 @@ testers.runNixOSTest {
|
|||
imports = [
|
||||
serviceConfig.simulacrum.settings
|
||||
./nowhere
|
||||
{
|
||||
({ config, ... }: {
|
||||
config = lib.mkIf config.nowhere.enable {
|
||||
nodes.nowhere.imports = [
|
||||
config.flake.nixosModules.port-magic
|
||||
lift.flake.nixosModules.port-magic
|
||||
];
|
||||
}
|
||||
};
|
||||
})
|
||||
] ++ allAugments;
|
||||
|
||||
_module.args = {
|
||||
|
|
Loading…
Reference in a new issue