profiles/sysadmin: do not log refused connections
Signed-off-by: Ryan Lahfa <federez-infra@lahfa.xyz>
This commit is contained in:
parent
cb13a67c63
commit
4fbfa50b10
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue