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