mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 16:23:57 +01:00
phone: Explicitly disable pipewire
Somehow pipewire got enabled by something else in the config. By explicitly disabling it, we're able to make phone calls work again.
This commit is contained in:
parent
99a570f9a4
commit
c28411e747
@ -1,4 +1,4 @@
|
||||
{ self, pkgs, ... }:
|
||||
{ self, pkgs, lib, ... }:
|
||||
|
||||
let
|
||||
inherit (builtins) attrValues;
|
||||
@ -53,6 +53,8 @@ in
|
||||
calls.enable = true;
|
||||
};
|
||||
|
||||
services.pipewire.enable = lib.mkForce false;
|
||||
|
||||
networking = {
|
||||
wireless.enable = false;
|
||||
wireguard.enable = true;
|
||||
|
Loading…
Reference in New Issue
Block a user