diff --git a/system/core.nix b/system/core.nix index aa224fb..74e45da 100644 --- a/system/core.nix +++ b/system/core.nix @@ -58,6 +58,9 @@ in kernel.sysctl = {"vm.max_map_count" = 2147483642;}; loader.systemd-boot.enable = true; loader.efi.canTouchEfiVariables = true; + initrd = { + systemd.enable = true; + }; # Appimage Support binfmt.registrations.appimage = { wrapInterpreterInShell = false;