From ae47c64408ec5a571b50ee65c65483f7d4384be2 Mon Sep 17 00:00:00 2001 From: ediblerope Date: Tue, 24 Feb 2026 19:22:44 +0000 Subject: [PATCH] Update common.nix --- common.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/common.nix b/common.nix index 813e371..3dec3ff 100644 --- a/common.nix +++ b/common.nix @@ -54,10 +54,7 @@ in wantedBy = lib.mkForce [ ]; after = [ "multi-user.target" ]; }; - systemd.services.home-manager-fred = { - wantedBy = lib.mkForce [ ]; - after = [ "multi-user.target" ]; - }; + boot.initrd.systemd.enable = true; boot.initrd.verbose = false; #############################################################################