From 49cdb024fb2078ed35e9621d1beea8825873be3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Sun, 14 Apr 2024 21:39:14 +0200 Subject: [PATCH] use systemd initrd --- hosts/comfy-station/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/comfy-station/configuration.nix b/hosts/comfy-station/configuration.nix index 5c2fe85..c9e4dd1 100644 --- a/hosts/comfy-station/configuration.nix +++ b/hosts/comfy-station/configuration.nix @@ -81,6 +81,7 @@ boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; boot.plymouth.enable = true; + boot.initrd.systemd.enable = true; # Configure console keymap console.keyMap = "de";