diff --git a/nixos/modules/misc/man-db.nix b/nixos/modules/misc/man-db.nix index bd5969770c1f..9fd686c43db1 100644 --- a/nixos/modules/misc/man-db.nix +++ b/nixos/modules/misc/man-db.nix @@ -136,7 +136,7 @@ in BindReadOnlyPaths = [ "/dev/null:/etc/man_db.conf" ]; # mandb will still read /etc/man_db.conf if it exists, even when setting -C path/to/config.conf ProtectSystem = "strict"; }; - wantedBy = [ "default.target" ]; + wantedBy = [ "multi-user.target" ]; }; }) ]