forked from Fediversity/Fediversity
clean deployment module a bit
This commit is contained in:
parent
7705c01647
commit
f25443e59a
1 changed files with 0 additions and 22 deletions
|
@ -2,33 +2,11 @@
|
||||||
inputs,
|
inputs,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
let
|
|
||||||
nixops4 = inputs.nixops4.outPath;
|
|
||||||
in
|
|
||||||
|
|
||||||
inputs.nixops4.modules.nixops4Deployment.default
|
inputs.nixops4.modules.nixops4Deployment.default
|
||||||
|
|
||||||
# import inputs.nixops4.modules.nixops4Deployment.default
|
|
||||||
|
|
||||||
# resources: import inputs.nixops4.modules.nixops4Deployment.default {
|
|
||||||
# inherit lib config resources;
|
# inherit lib config resources;
|
||||||
# # config = {
|
# # config = {
|
||||||
# # type providers provider inputs outputsSkeleton resourceType
|
# # type providers provider inputs outputsSkeleton resourceType
|
||||||
# # };
|
# # };
|
||||||
# }
|
# }
|
||||||
|
|
||||||
# {
|
|
||||||
# imports = [
|
|
||||||
# "${nixops4}/nix/deployment/providers.nix"
|
|
||||||
# "${nixops4}/nix/deployment/resources.nix"
|
|
||||||
# ];
|
|
||||||
# }
|
|
||||||
|
|
||||||
# "${nixops4}/nix/deployment/resources.nix"
|
|
||||||
|
|
||||||
# # goes thru cuz it doesn't actually check much
|
|
||||||
# {
|
|
||||||
# options.resources = lib.mkOption {
|
|
||||||
# type = lib.types.attrs;
|
|
||||||
# };
|
|
||||||
# }
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue