🐛 fix download buffer settings

This commit is contained in:
Ingolf Wagner 2025-04-17 12:21:01 +02:00
parent 5e7896185a
commit 6ac5746d75
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B

View file

@ -44,14 +44,15 @@
];
# to fix https://github.com/NixOS/nix/issues/11728
nix.settings.download-buffer-size = 524288000;
networking.firewall.enable = true;
networking.firewall.extraCommands = ''
iptables -P FORWARD DROP
'';
boot.kernel.sysctl."net.ipv4.ip_forwarding" = false;
services.logrotate.checkConfig = false; # because uid 3000 does not exist in here
networking.hostName = "orbi";
components.terminal.enable = true;