From 2de24f2949782adc91465a5b057983f8b464793f Mon Sep 17 00:00:00 2001 From: schererleander Date: Fri, 30 May 2025 03:59:42 +0200 Subject: add packages --- hosts/vps/configuration.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hosts/vps/configuration.nix b/hosts/vps/configuration.nix index fa20e15..71c0f4d 100644 --- a/hosts/vps/configuration.nix +++ b/hosts/vps/configuration.nix @@ -7,7 +7,7 @@ boot.tmp.cleanOnBoot = true; zramSwap.enable = true; - networking.hostName = "my-vps"; + networking.hostName = "vps"; networking.domain = ""; users.users.administrator = { @@ -22,6 +22,8 @@ environment.systemPackages = with pkgs; [ git + gnutar + gzip ]; services.openssh = { -- cgit v1.3.1