aboutsummaryrefslogtreecommitdiff
path: root/modules/common/default.nix
diff options
context:
space:
mode:
authorMax Audron <audron@cocaine.farm>2023-10-05 11:44:40 +0200
committerMax Audron <audron@cocaine.farm>2023-10-05 11:44:40 +0200
commit5e51bae86d94aac0ace303f309befa75e536d286 (patch)
treed1a812c055f960c70cb60726786a94034ffd5b3a /modules/common/default.nix
parentadd and update servers (diff)
deploy teamspeak and quassel
Diffstat (limited to 'modules/common/default.nix')
-rw-r--r--modules/common/default.nix4
1 files changed, 3 insertions, 1 deletions
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;