forked from fediversity/fediversity
Compare commits
No commits in common. "9c219341b11df75c09b3455c4839de1bf66267e5" and "7ce39028517f333a8c0dc241c002ab13bac01ca3" have entirely different histories.
9c219341b1
...
7ce3902851
1 changed files with 2 additions and 1 deletions
|
|
@ -31,7 +31,6 @@ let
|
|||
inputs.nixops4.modules.nixops4Deployment.default
|
||||
|
||||
{
|
||||
_class = "nixops4Deployment";
|
||||
_module.args = {
|
||||
resourceProviderSystem = builtins.currentSystem;
|
||||
resources = { };
|
||||
|
|
@ -41,6 +40,8 @@ let
|
|||
};
|
||||
in
|
||||
{
|
||||
_class = "nixops4Deployment";
|
||||
|
||||
options = {
|
||||
resources = mkOption {
|
||||
description = "Collection of deployment resources that can be required by applications and policed by hosting providers";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue