diff --git a/nixos/modules/services/video/wivrn.nix b/nixos/modules/services/video/wivrn.nix index 82f923f13b0f..82e356d419d4 100644 --- a/nixos/modules/services/video/wivrn.nix +++ b/nixos/modules/services/video/wivrn.nix @@ -201,6 +201,8 @@ in # Exec path isn't absolute, it will be resolved relative to $PATH, so we must # not override the value of $PATH. enableDefaultPath = false; + + unitConfig.ConditionUser = "!@system"; serviceConfig = ( if cfg.highPriority then {