krebs.announce-activation: run after etc
This commit is contained in:
parent
3d17f8bbe5
commit
998bea0b07
|
@ -53,7 +53,7 @@ in {
|
|||
};
|
||||
};
|
||||
config = mkIf cfg.enable {
|
||||
system.activationScripts.announce-activation = ''
|
||||
system.activationScripts.announce-activation = stringAfter [ "etc" ] ''
|
||||
${announce-activation}
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue