From 9f4b67acc5eff006f85ed8fb23e080b3f08a20a0 Mon Sep 17 00:00:00 2001 From: a-kenji Date: Tue, 13 Feb 2024 16:42:29 +0100 Subject: [PATCH] waypipe: rename systemd unit --- clanModules/waypipe.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clanModules/waypipe.nix b/clanModules/waypipe.nix index 8306e6faa..8f4297d3f 100644 --- a/clanModules/waypipe.nix +++ b/clanModules/waypipe.nix @@ -52,7 +52,7 @@ shell = "/run/current-system/sw/bin/bash"; }; - systemd.user.services.waypipe-passthrough = { + systemd.user.services.waypipe = { serviceConfig.PassEnvironment = "DISPLAY"; script = '' ${lib.getExe config.clanCore.clanPkgs.waypipe} \