arr: more things
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user