Skip to content

Commit

Permalink
fix(nix): correct systemd service name
Browse files Browse the repository at this point in the history
  • Loading branch information
cecilia-sanare committed Mar 13, 2024
1 parent ff80dc4 commit a49fe53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/nixos.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ in
protontricks # Install this for now until we figure out why nix-shell isn't working
];

systemd.services.foo = mkIf (cfg.watch.enable) {
systemd.services.protontweaks = mkIf (cfg.watch.enable) {
enable = true;
description = "Protontweaks Watch Service";
unitConfig = {
Expand Down

0 comments on commit a49fe53

Please sign in to comment.