Skip to content

Commit

Permalink
fix: run setup in systemd job
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkolenz committed Dec 13, 2023
1 parent 105eb4d commit 4e2b302
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/systemd.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
startAt = "*-*-* 04:00:00";
script = ''
${lib.getExe pkgs.nix} run github:wi2trier/gpu-server
${lib.getExe pkgs.nix} run github:wi2trier/gpu-server#setup
'';
serviceConfig.Type = "oneshot";
};
Expand Down

0 comments on commit 4e2b302

Please sign in to comment.