diff options
| author | Max Audron <audron@cocaine.farm> | 2023-10-05 11:44:40 +0200 |
|---|---|---|
| committer | Max Audron <audron@cocaine.farm> | 2023-10-05 11:44:40 +0200 |
| commit | 5e51bae86d94aac0ace303f309befa75e536d286 (patch) | |
| tree | d1a812c055f960c70cb60726786a94034ffd5b3a /modules/common/default.nix | |
| parent | add and update servers (diff) | |
deploy teamspeak and quassel
Diffstat (limited to 'modules/common/default.nix')
| -rw-r--r-- | modules/common/default.nix | 4 |
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; |
