diff --git a/modules/audio-server.nix b/modules/audio-server.nix index 7c834d82..a15501ef 100644 --- a/modules/audio-server.nix +++ b/modules/audio-server.nix @@ -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 '';