diff --git a/profiles/sysadmin.nix b/profiles/sysadmin.nix index bc88831..42f2bbb 100644 --- a/profiles/sysadmin.nix +++ b/profiles/sysadmin.nix @@ -6,6 +6,8 @@ users.motd = (builtins.readFile ./federez.motd); networking.firewall.logRefusedConnections = false; + security.auditd.enable = true; + environment.systemPackages = [ pkgs.htop pkgs.kitty.terminfo