parent
5e7896185a
commit
6ac5746d75
1 changed files with 3 additions and 2 deletions
|
@ -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.enable = true;
|
||||||
networking.firewall.extraCommands = ''
|
networking.firewall.extraCommands = ''
|
||||||
iptables -P FORWARD DROP
|
iptables -P FORWARD DROP
|
||||||
'';
|
'';
|
||||||
boot.kernel.sysctl."net.ipv4.ip_forwarding" = false;
|
boot.kernel.sysctl."net.ipv4.ip_forwarding" = false;
|
||||||
|
|
||||||
services.logrotate.checkConfig = false; # because uid 3000 does not exist in here
|
|
||||||
|
|
||||||
networking.hostName = "orbi";
|
networking.hostName = "orbi";
|
||||||
|
|
||||||
components.terminal.enable = true;
|
components.terminal.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue