diff --git a/configuration.nix b/configuration.nix index 14dacf5..25e25e4 100644 --- a/configuration.nix +++ b/configuration.nix @@ -56,8 +56,7 @@ in { services.openssh.enable = true; - environment.systemPackages = with pkgs; [ vim htop git tmux ]; - + environment.systemPackages = with pkgs; [ vim htop git tmux jq ]; services.caddy = { enable = true;