k3s pvc test

This commit is contained in:
NyxErinys 2026-05-22 01:54:55 -05:00
parent 6207af6aef
commit 1cbae0c65f
3 changed files with 86 additions and 1 deletions

View file

@ -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