k3s pvc test
This commit is contained in:
parent
6207af6aef
commit
1cbae0c65f
3 changed files with 86 additions and 1 deletions
|
|
@ -1,7 +1,8 @@
|
|||
{ cfg, lib, inputs, ... }:
|
||||
let
|
||||
manifests = [
|
||||
|
||||
./nfs.nix
|
||||
./ubuntu-test.nix
|
||||
];
|
||||
imported = map ( n: import n { inherit cfg lib inputs; } ) manifests;
|
||||
in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue