fix commented out thing
This commit is contained in:
parent
d5edaa944b
commit
ccbb49c389
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{ cfg, lib, inputs, ... }:
|
||||
let
|
||||
manifests = [
|
||||
# ./deployments
|
||||
./deployments
|
||||
# ./services
|
||||
];
|
||||
imported = map ( n: import n { inherit cfg lib inputs; } ) manifests;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue