aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschererleander <leander@schererleander.de>2025-05-30 03:59:42 +0200
committerschererleander <leander@schererleander.de>2025-05-30 03:59:42 +0200
commit2de24f2949782adc91465a5b057983f8b464793f (patch)
tree68bb9b9f453eef29c9ab9ae16d26d7f9abcf4b18
parentfa6106b60e077fdc8019daa3076a032f2001586b (diff)
add packages
-rw-r--r--hosts/vps/configuration.nix4
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 = {