Skip to content

Commit

Permalink
nixos/system/default: use nftables by default
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagokokada committed Sep 26, 2023
1 parent edea5a1 commit 015325e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion nixos/system/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,10 @@ in
};

# Enable firmware-linux-nonfree
hardware.enableRedistributableFirmware = true;
hardware.enableRedistributableFirmware = lib.mkDefault true;

# Enable nftables-based firewall
networking.nftables.enable = lib.mkDefault true;

# Increase file handler limit
security.pam.loginLimits = [{
Expand Down

0 comments on commit 015325e

Please sign in to comment.