Update common.nix

This commit is contained in:
ediblerope 2026-02-24 19:22:44 +00:00 committed by GitHub
parent 5b22eda141
commit ae47c64408
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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