adjust targets for linker

see https://github.com/feel-co/hjem/pull/39
This commit is contained in:
atagen 2025-08-08 15:28:14 +10:00
parent 60ff6e4dc0
commit b72a62e202

View file

@ -162,7 +162,11 @@ in
mkIf (config.environment.arbys.enable) {
systemd.targets.arbys = {
description = "Create Arbitrary Symlinks";
requiredBy = [ "sysinit-reactivation.target" ];
after = [ "local-fs.target" ];
wantedBy = [
"sysinit-reactivation.target"
"multi-user.target"
];
before = [ "sysinit-reactivation.target" ];
requires = [
"arbys-activate.service"