summaryrefslogtreecommitdiff
path: root/machines
diff options
context:
space:
mode:
authorMike Vink <ivi@vinkies.net>2024-06-26 21:38:33 +0200
committerMike Vink <ivi@vinkies.net>2024-06-26 21:38:33 +0200
commitfc4e077021b6acca038743c763376cef24911e6a (patch)
tree410d9f716cc43fa942c86faa77df35d8d2bd9b34 /machines
parent5f19ec51f8e0305ce08ff7a1c55c75e84979a3d2 (diff)
update vm
Diffstat (limited to 'machines')
-rw-r--r--machines/vm-aarch64.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/machines/vm-aarch64.nix b/machines/vm-aarch64.nix
index cc63194..b40f811 100644
--- a/machines/vm-aarch64.nix
+++ b/machines/vm-aarch64.nix
@@ -5,6 +5,7 @@
];
system.stateVersion = "24.05";
virtualisation.vmware.guest.enable = true;
+ virtualisation.docker.enable = true;
networking.hostName = "vm-aarch64";
hm.xsession.initExtra = ''
@@ -14,6 +15,14 @@
wal -R
dwm
'';
+ environment.systemPackages = with pkgs; [
+ kubernetes-helm
+ azure-cli
+ awscli2
+ (google-cloud-sdk.withExtraComponents (with google-cloud-sdk.components; [
+ gke-gcloud-auth-plugin
+ ]))
+ ];
services.pcscd.enable = true;
sops.age.keyFile = "${config.hm.xdg.configHome}/sops/age/keys.txt";