From fabc4bbad54a248ad4ec01f9039eaf8aa3033a0c Mon Sep 17 00:00:00 2001 From: schererleander Date: Fri, 30 May 2025 03:41:25 +0200 Subject: update vps config --- hosts/vps/configuration.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'hosts/vps/configuration.nix') diff --git a/hosts/vps/configuration.nix b/hosts/vps/configuration.nix index 7e00260..285ae40 100644 --- a/hosts/vps/configuration.nix +++ b/hosts/vps/configuration.nix @@ -1,4 +1,4 @@ -{ ... }: +{ config, pkgs, ... }: { imports = [ @@ -16,6 +16,10 @@ extraGroups = [ "wheel" ]; }; + environment.systemPackages = with pkgs; [ + git + ]; + services.openssh = { enable = true; ports = [ 8693 ]; -- cgit v1.3.1