about summary refs log tree commit diff
path: root/nix/machines/vm-shared.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-12-08 15:50:27 -0800
committerFranck Cuny <franck@fcuny.net>2024-12-08 15:50:27 -0800
commitac0ab13688225fc17246ca0fc86c00c02f04105e (patch)
tree63682137f69c0591a7bf2e94e3991aba4db3bd9b /nix/machines/vm-shared.nix
parentfix conflict (diff)
downloadworld-ac0ab13688225fc17246ca0fc86c00c02f04105e.tar.gz
move the configuration for hetzner under machines
Diffstat (limited to '')
-rw-r--r--nix/machines/vm-shared.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/machines/vm-shared.nix b/nix/machines/vm-shared.nix
index acff195..bf26f38 100644
--- a/nix/machines/vm-shared.nix
+++ b/nix/machines/vm-shared.nix
@@ -31,7 +31,7 @@
 
   # List packages installed in system profile. To search, run:
   # $ nix search wget
-  environment.systemPackages = with pkgs; [ curl git ];
+  environment.systemPackages = with pkgs; [ curl git vim jq ];
 
   # Enable the OpenSSH daemon.
   services.openssh.enable = true;