From a7c462ad2b04f1dd2063752b08c1bd2715867ff7 Mon Sep 17 00:00:00 2001 From: zuckerberg <5-zuckerberg@users.noreply.git.neet.dev> Date: Sun, 9 May 2021 03:49:11 -0400 Subject: [PATCH] add tmux --- common/common.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/common/common.nix b/common/common.nix index 938b882..1093ba2 100644 --- a/common/common.nix +++ b/common/common.nix @@ -22,11 +22,8 @@ services.openssh.enable = true; - networking.firewall.allowedTCPPorts = [ 22 ]; - networking.firewall.allowedUDPPorts = [ ]; - environment.systemPackages = with pkgs; [ - wget kakoune htop git dnsutils + wget kakoune htop git dnsutils tmux ]; users.mutableUsers = false;