diff options
| author | schererleander <leander@schererleander.de> | 2025-05-30 03:59:42 +0200 |
|---|---|---|
| committer | schererleander <leander@schererleander.de> | 2025-05-30 03:59:42 +0200 |
| commit | 2de24f2949782adc91465a5b057983f8b464793f (patch) | |
| tree | 68bb9b9f453eef29c9ab9ae16d26d7f9abcf4b18 | |
| parent | fa6106b60e077fdc8019daa3076a032f2001586b (diff) | |
add packages
| -rw-r--r-- | hosts/vps/configuration.nix | 4 |
1 files changed, 3 insertions, 1 deletions
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 = { |
