diff options
| author | schererleander <leander@schererleander.de> | 2025-05-30 03:41:25 +0200 |
|---|---|---|
| committer | schererleander <leander@schererleander.de> | 2025-05-30 03:41:25 +0200 |
| commit | fabc4bbad54a248ad4ec01f9039eaf8aa3033a0c (patch) | |
| tree | ca836a8903fca3926e1b6283e8dd7b4e2330877f /hosts/vps/configuration.nix | |
| parent | 25d9f42a16e161a892316f607abc5e1a6388aaa8 (diff) | |
update vps config
Diffstat (limited to 'hosts/vps/configuration.nix')
| -rw-r--r-- | hosts/vps/configuration.nix | 6 |
1 files changed, 5 insertions, 1 deletions
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 ]; |
