diff options
author | Franck Cuny <franck@fcuny.net> | 2024-12-08 15:50:27 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2024-12-08 15:50:27 -0800 |
commit | ac0ab13688225fc17246ca0fc86c00c02f04105e (patch) | |
tree | 63682137f69c0591a7bf2e94e3991aba4db3bd9b /nix/machines/vm-shared.nix | |
parent | fix conflict (diff) | |
download | world-ac0ab13688225fc17246ca0fc86c00c02f04105e.tar.gz |
move the configuration for hetzner under machines
Diffstat (limited to '')
-rw-r--r-- | nix/machines/vm-shared.nix | 2 |
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; |