mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 11:39:46 +01:00
activitywatch: reduce test closure
This also reduces test flakiness.
This commit is contained in:
parent
78a7a070bb
commit
9c1a1c7df4
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ let stubPackage = config.lib.test.mkStubPackage { };
|
||||||
in {
|
in {
|
||||||
services.activitywatch = {
|
services.activitywatch = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
package = stubPackage;
|
||||||
settings = {
|
settings = {
|
||||||
port = 3012;
|
port = 3012;
|
||||||
custom_static = { custom-watcher = stubPackage; };
|
custom_static = { custom-watcher = stubPackage; };
|
||||||
|
|
Loading…
Reference in a new issue