Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunsingh committed Nov 18, 2023
1 parent b1a04c4 commit ebb57c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/shared/nixos/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@
description = "sunshine";
wantedBy = [ "graphical-session.target" ];
serviceConfig = {
ExecStart = "${master.sunshine}/bin/sunshine";
ExecStart = "${pkgs.sunshine}/bin/sunshine";
};
};

Expand Down

0 comments on commit ebb57c9

Please sign in to comment.