From e904e447e95df81cc4c5112d24e0a407a26191bb Mon Sep 17 00:00:00 2001 From: Nicole Dresselhaus Date: Wed, 11 Jun 2025 09:26:36 +0200 Subject: [PATCH] chore: overlay + vmd kernel modules --- configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configuration.nix b/configuration.nix index 2d92bc9..1edc81b 100644 --- a/configuration.nix +++ b/configuration.nix @@ -5,6 +5,7 @@ boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; + boot.initrd.kernelModules = [ "overlay" "vmd" ]; networking.hostName = "nix-nas"; networking.hostId = "39373132"; # via: head -c4 /etc/machine-id | od -An -tx4