more openebs conf

This commit is contained in:
2025-01-25 15:14:44 -05:00
parent 1002e1cbe2
commit 4130b78323
3 changed files with 28 additions and 0 deletions

View File

@@ -1,6 +1,11 @@
{ config, pkgs, ... }:
{
imports = [
../k8s
];
k8s.manifestsDir = "/var/lib/rancher/k3s/server/manifests";
# Enable Flakes
nix.settings.experimental-features = [ "nix-command" "flakes" ];