Perciyte: Back to k3s (disable microvm)

This commit is contained in:
2025-06-22 10:50:01 -04:00
parent 8d71ea5657
commit 8dc4384350
3 changed files with 6 additions and 3 deletions

View File

@@ -16,4 +16,7 @@
# "--debug" # Optionally add additional args to k3s
];
};
environment.systemPackages = with pkgs; [
rancher
];
}