From 5ef2257ed15df7b5b319bb785f73a45e5ab44bb0 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 8306e6fa..8f4297d3 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} \