diff --git a/modules/k3s/manifests.nix b/modules/k3s/manifests.nix index bfec6b8..f18c7cd 100644 --- a/modules/k3s/manifests.nix +++ b/modules/k3s/manifests.nix @@ -1,7 +1,7 @@ { cfg, lib, inputs, ... }: let manifests = [ - # ./deployments + ./deployments # ./services ]; imported = map ( n: import n { inherit cfg lib inputs; } ) manifests;