Update common.nix

This commit is contained in:
ediblerope 2026-03-16 11:15:40 +00:00 committed by GitHub
parent 70e147f711
commit 8b44705426
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -69,7 +69,7 @@ in
# Enable network-manager
networking.networkmanager.enable = true;
networking.nameservers = [ "1.1.1.1" "9.9.9.9" ];
networking.nftables.enable = true;
#networking.nftables.enable = true;
# Shell aliases
environment.shellAliases = {