forked from Fediversity/Fediversity
add comment explaining our nixops4 type problem
This commit is contained in:
parent
f25443e59a
commit
d942bcae92
1 changed files with 5 additions and 0 deletions
|
@ -138,6 +138,11 @@ in
|
|||
providers = {
|
||||
inherit (inputs.nixops4.modules.nixops4Provider) local;
|
||||
};
|
||||
# this seems checked according to {providers,resources,resource}.nix,
|
||||
# values will not eagerly get checked, matching `providers.nix`'s `lazyAttrsOf`,
|
||||
# whereas allowed keys seem to match those defined in `resource.nix`.
|
||||
# the content of `resources.the-machine` however, follows `nixops4-nixos`,
|
||||
# which is not allowed through our `type` yet.
|
||||
resources.the-machine = {
|
||||
_class = "nixops4Resource";
|
||||
type = providers.local.exec;
|
||||
|
|
Loading…
Add table
Reference in a new issue