audio-server: fix username

This commit is contained in:
Sandro - 2024-02-03 19:18:47 +01:00
parent b1efe7fffd
commit 4f5cb649b2
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ in
sound.enable = true;
system.userActivationScripts.symlinkPipewireSystemdUnit.text = lib.mkIf config.c3d2.k-ot.enable /* bash */ ''
if [[ $USERNAME == hotpit ]]; then
if [[ $USERNAME == k-ot ]]; then
systemctl --user enable pipewire-pulse
fi
'';