summaryrefslogtreecommitdiff
path: root/machines
diff options
context:
space:
mode:
authorMike Vink <ivi@vinkies.net>2024-07-15 10:54:56 +0200
committerMike Vink <ivi@vinkies.net>2024-07-15 10:54:56 +0200
commit38c087f5edef8e4b0aabf3667c150c628b1d9f45 (patch)
tree7fcdf3432e0afe913a7e999d211a82071b5530f4 /machines
parent463a63896235cd7746041ba9561f94eb689fefca (diff)
update vm aarch
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;