Skip to content

Commit

Permalink
fix: add refresh to update-system
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkolenz committed Dec 4, 2024
1 parent f46ca13 commit 6f88965
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/systemd.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
enable = true;
startAt = "*-*-* 04:00:00";
script = ''
${lib.getExe pkgs.nix} run github:wi2trier/gpu-server
${lib.getExe pkgs.nix} run github:wi2trier/gpu-server#setup
${lib.getExe pkgs.nix} run github:wi2trier/gpu-server --refresh
${lib.getExe pkgs.nix} run github:wi2trier/gpu-server#setup --refresh
'';
serviceConfig.Type = "oneshot";
};
Expand Down

0 comments on commit 6f88965

Please sign in to comment.