summaryrefslogtreecommitdiff
path: root/machines
diff options
context:
space:
mode:
Diffstat (limited to 'machines')
-rw-r--r--machines/vm-aarch64.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/machines/vm-aarch64.nix b/machines/vm-aarch64.nix
index b40f811..17e6004 100644
--- a/machines/vm-aarch64.nix
+++ b/machines/vm-aarch64.nix
@@ -7,6 +7,7 @@
virtualisation.vmware.guest.enable = true;
virtualisation.docker.enable = true;
networking.hostName = "vm-aarch64";
+ programs.nix-ld.enable = true;
hm.xsession.initExtra = ''
${pkgs.xorg.xset}/bin/xset r rate 230 30
@@ -22,6 +23,11 @@
(google-cloud-sdk.withExtraComponents (with google-cloud-sdk.components; [
gke-gcloud-auth-plugin
]))
+ k9s
+ kubectl
+ krew
+ kubelogin
+ just
];
services.pcscd.enable = true;