diff options
Diffstat (limited to 'hosts/vps')
| -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 = { |
