Setup Commit
This commit is contained in:
commit
289b69d342
23 changed files with 728 additions and 0 deletions
9
modules/k3s/manifests.nix
Normal file
9
modules/k3s/manifests.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ cfg, lib, ... }:
|
||||
let
|
||||
manifests = [
|
||||
./deployments
|
||||
./services
|
||||
];
|
||||
imported = map ( n: import ${n} { inherit cfg lib } ) manifests;
|
||||
in
|
||||
lib.foldl' lib.recursiveUpdate {} imported
|
||||
Loading…
Add table
Add a link
Reference in a new issue