From 5e51bae86d94aac0ace303f309befa75e536d286 Mon Sep 17 00:00:00 2001 From: Max Audron Date: Thu, 5 Oct 2023 11:44:40 +0200 Subject: deploy teamspeak and quassel --- modules/common/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'modules/common/default.nix') diff --git a/modules/common/default.nix b/modules/common/default.nix index e6e68c5..bf61be0 100644 --- a/modules/common/default.nix +++ b/modules/common/default.nix @@ -12,7 +12,9 @@ }; # Default Packages Set - environment.systemPackages = with pkgs; [ git vim htop wget nftables wireguard-tools ]; + environment.systemPackages = with pkgs; [ git vim htop wget nftables wireguard-tools tmux ]; + + nixpkgs.config.allowUnfree = true; # Security networking.firewall.enable = false; -- cgit v1.2.3