[NixOS] Fix

This commit is contained in:
Your Name 2024-10-02 22:05:11 -06:00
parent a8e23460f9
commit 46108ab249

View File

@ -29,7 +29,6 @@ in {
configPath = pkgs.writeTextFile {
name = "k3s-config.yaml";
text = ''
write-kubeconfig-mode: "0644"
kubelet-arg:
- "eviction-hard=nodefs.available<2Gi"
- "eviction-soft=nodefs.available<5Gi"