deployment module: set configuration explicitly (#315)

this change is a no-op (it merely indents the option definitions by one,
by setting `config` explicitly) and prepares an addition of option
declarations that would otherwise be lost in the huge diff.

Reviewed-on: Fediversity/Fediversity#315
Reviewed-by: kiara Grouwstra <kiara@procolix.eu>
This commit is contained in:
Valentin Gagarin 2025-04-22 11:30:33 +02:00
parent 6fcae1c48c
commit b645660118

View file

@ -44,6 +44,7 @@ in
{ providers, ... }:
{
config = {
providers = { inherit (nixops4.modules.nixops4Provider) local; };
resources =
@ -178,4 +179,5 @@ in
}
);
};
};
}