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";