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;