From 9e48b27a8241a20f32b45e5d9a24fd1bd1438761 Mon Sep 17 00:00:00 2001 From: goeranh Date: Fri, 23 May 2025 17:37:34 +0200 Subject: [PATCH] latest kernel --- configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 72c183f..4473b98 100644 --- a/configuration.nix +++ b/configuration.nix @@ -17,12 +17,13 @@ nix.settings.trusted-users = [ "administration" ]; nix.settings.download-buffer-size = 6710886400; # boot.loader.grub.enable = true; + boot.kernelPackages = pkgs.linuxPackages_latest; boot.loader.grub.device = "/dev/sda"; # or "nodev" for efi only boot.loader.grub.enable = true; boot.loader.grub.efiSupport = true; boot.loader.grub.efiInstallAsRemovable = true; - networking.hostName = "authentik"; + networking.hostName = "mail"; networking.domain = "test.htw.stura-dresden.de"; networking.interfaces.ens18.ipv4.addresses = [ {