Hardening: Vulnix + kernel hardening

Signed-off-by: Hadi <hadi@example.fr>
This commit is contained in:
Hadi
2026-08-21 14:38:47 +02:00
parent 4e016613cd
commit cb74a5744f
7 changed files with 58 additions and 4 deletions
+1
View File
@@ -14,6 +14,7 @@
../../nixos/utils.nix
../../nixos/hyprland.nix
../../nixos/steam.nix
../../nixos/kernel-hardening.nix
../../home/programs/gui/helium/system.nix # I hate browser's configuration..
# CHANGEME: You should probably remove those things:
+1
View File
@@ -13,6 +13,7 @@
"/var/lib/systemd/timers" # last-run timestamps (e.g. nix gc weekly)
"/var/log"
"/var/cache/tuigreet"
"/var/cache/vulnix"
"/var/db/sudo/lectured" # remembers that the sudo lecture was already shown
];
+1 -1
View File
@@ -19,7 +19,7 @@
../../server-modules/bentopdf.nix
../../server-modules/cyberchef.nix
../../server-modules/mazanoke.nix
../../server-modules/kernel-hardening.nix
../../nixos/kernel-hardening.nix
../../server-modules/fail2ban.nix
../../server-modules/default-creds.nix
../../server-modules/gitea.nix
+2
View File
@@ -11,6 +11,8 @@
../../nixos/users.nix
../../nixos/utils.nix
../../nixos/hyprland.nix
../../nixos/kernel-hardening.nix
../../nixos/vulnix.nix
../../home/programs/gui/helium/system.nix # I hate browser's configuration..
# CHANGEME: You should probably remove those things:
+1
View File
@@ -13,6 +13,7 @@
"/var/lib/systemd/timers" # last-run timestamps (e.g. nix gc weekly)
"/var/log"
"/var/cache/tuigreet"
"/var/cache/vulnix"
"/var/db/sudo/lectured" # remembers that the sudo lecture was already shown
];