profiles/sysadmin: do not log refused connections

Signed-off-by: Ryan Lahfa <federez-infra@lahfa.xyz>
This commit is contained in:
Ryan Lahfa 2024-02-14 20:40:38 +01:00
parent cb13a67c63
commit 4fbfa50b10

View file

@ -5,6 +5,7 @@
]; ];
users.motd = (builtins.readFile ./federez.motd); users.motd = (builtins.readFile ./federez.motd);
networking.firewall.logRefusedConnections = false;
environment.systemPackages = [ environment.systemPackages = [
pkgs.htop pkgs.htop
pkgs.kitty.terminfo pkgs.kitty.terminfo