From a49fe53e9a0a393b631755f5c148e97fa8525b8f Mon Sep 17 00:00:00 2001 From: Cecilia Sanare Date: Tue, 12 Mar 2024 20:58:40 -0500 Subject: [PATCH] fix(nix): correct systemd service name --- nix/nixos.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/nixos.nix b/nix/nixos.nix index 7094bc4..418eb3d 100644 --- a/nix/nixos.nix +++ b/nix/nixos.nix @@ -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 = {