Merge pull request #209182 from jamesbt365/opentabletdriver-configurations

opentabletdriver: remove hardcoded config path

authored by Thiago Kenji Okada and committed by GitHub 492690e9 1deddf95

+1 -1
+1 -1
nixos/modules/hardware/opentabletdriver.nix
··· 61 61 62 62 serviceConfig = { 63 63 Type = "simple"; 64 - ExecStart = "${cfg.package}/bin/otd-daemon -c ${cfg.package}/lib/OpenTabletDriver/Configurations"; 64 + ExecStart = "${cfg.package}/bin/otd-daemon"; 65 65 Restart = "on-failure"; 66 66 }; 67 67 };