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