add disqalculate wantedBy
This commit is contained in:
parent
2ef1846111
commit
7830f29544
1 changed files with 1 additions and 0 deletions
|
|
@ -176,6 +176,7 @@ in
|
||||||
after = [
|
after = [
|
||||||
"network-online.target"
|
"network-online.target"
|
||||||
];
|
];
|
||||||
|
wantedBy = [ "default.target" ];
|
||||||
restartTriggers = [ inputs.disqalculate.packages.${pkgs.system}.default ];
|
restartTriggers = [ inputs.disqalculate.packages.${pkgs.system}.default ];
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Type = "simple";
|
Type = "simple";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue