Re-configure dev-commit

This commit is contained in:
Oliver Davies 2025-07-29 18:20:33 +01:00
parent f48b81ecea
commit 3e7bf2721f
4 changed files with 45 additions and 9 deletions

View file

@ -56,8 +56,6 @@
systemd.user = lib.mkIf cfg.schedule.enable {
services.dev-commit = {
Install.WantedBy = [ "default.target" ];
Service = {
Environment = [ "DEV_COMMIT_PATHS=${repoPaths}" ];
ExecStart = "${lib.getExe pkgs.dev-commit}";