forked from Fediversity/Fediversity
adjust deployment type
this is a cop-out possible until fricklerhandwerk/Fediversity#15. after that, this will require actually figuring out how to get `options` for `deployment.nix` - which may need `evalModules` with `data-model.nix`.
This commit is contained in:
parent
245a7d63d1
commit
b134464c6e
1 changed files with 1 additions and 0 deletions
|
@ -146,6 +146,7 @@ let
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
"example-deployment" = mkOption {
|
"example-deployment" = mkOption {
|
||||||
|
type = config.environments.single-nixos-vm.resource-mapping.output-type;
|
||||||
default = config.environments.single-nixos-vm.deployment config."example-configuration";
|
default = config.environments.single-nixos-vm.deployment config."example-configuration";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue