From 3d6ac94cd2e8fbab8fa4c95f367cfafaf1a1576d Mon Sep 17 00:00:00 2001 From: Linnea Gräf Date: Tue, 10 Jun 2025 18:23:03 +0200 Subject: snapshot: Di 10. Jun 18:23:03 CEST 2025 --- srv/hadante/configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'srv') diff --git a/srv/hadante/configuration.nix b/srv/hadante/configuration.nix index 95a6a22..70015ec 100644 --- a/srv/hadante/configuration.nix +++ b/srv/hadante/configuration.nix @@ -37,6 +37,11 @@ in boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; + boot.kernel.sysctl = { + "kernel.perf_event_paranoid" = 1; + "kernel.kptr_restrict" = lib.mkForce 0; + }; + networking.hostName = "hadante"; # Define your hostname. user = "nea"; -- cgit