summaryrefslogtreecommitdiffstats
path: root/nixos/modules
diff options
context:
space:
mode:
authorThiago Kenji Okada <thiagokokada@gmail.com>2023-01-05 20:46:37 +0000
committerGitHub <noreply@github.com>2023-01-05 20:46:37 +0000
commit492690e9234df8ccb0afa1abdb1e795823104558 (patch)
treecd80e5eda1564e48c5dd7c179fa8168b42049176 /nixos/modules
parent1deddf959c16aafeba9fc95594900a7831fd0e3b (diff)
parentad491fec884b5d335890e0154d8bf464077e0b29 (diff)
Merge pull request #209182 from jamesbt365/opentabletdriver-configurations
opentabletdriver: remove hardcoded config path
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/hardware/opentabletdriver.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/hardware/opentabletdriver.nix b/nixos/modules/hardware/opentabletdriver.nix
index 6c5ca3d949e8..e3f418abce4f 100644
--- a/nixos/modules/hardware/opentabletdriver.nix
+++ b/nixos/modules/hardware/opentabletdriver.nix
@@ -61,7 +61,7 @@ in
serviceConfig = {
Type = "simple";
- ExecStart = "${cfg.package}/bin/otd-daemon -c ${cfg.package}/lib/OpenTabletDriver/Configurations";
+ ExecStart = "${cfg.package}/bin/otd-daemon";
Restart = "on-failure";
};
};