arr: more things
Some checks failed
Build and Deploy / mreow (push) Failing after 2m59s
Build and Deploy / muffin (push) Has been cancelled
Build and Deploy / yarn (push) Has been cancelled

This commit is contained in:
2026-05-04 20:33:27 -04:00
parent 05b2741ec0
commit ea6ef4a446

View File

@@ -354,7 +354,10 @@ lib.extend (
systemd.services."${name}-apply-settings" = {
description = "Apply NixOS-managed ${name} settings via API";
after = [ "${name}.service" ];
wantedBy = [ "${name}.service" ];
wantedBy = [
"${name}.service"
"multi-user.target"
];
restartTriggers = [ applyScript ];
serviceConfig = {
Type = "oneshot";