From 7301b06df074f18a1bda48cf2e8890b71d31f2e9 Mon Sep 17 00:00:00 2001 From: Lilly Date: Wed, 7 Jan 2026 08:08:00 +0000 Subject: [PATCH] Auto-commit: 2026-01-07 08:08:00 --- system/core.nix | 3 +++ 1 file changed, 3 insertions(+) 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;