diff options
author | Felix Singer <felixsinger@posteo.net> | 2022-06-05 09:40:27 +0200 |
---|---|---|
committer | Martin L Roth <gaumless@tutanota.com> | 2022-06-13 20:12:33 +0000 |
commit | 3e940685086ef52b14ff02160dae7c2c96a1a160 (patch) | |
tree | 129cfc579fc939393f48e143864eb4e42db69a74 /util/liveiso/graphical.nix | |
parent | a05f518dea5fe700d99dcce1882739a15427a0d9 (diff) |
util/liveiso: Update to NixOS 22.05
Update configs for NixOS 22.05.
pulseaudio-modules-bt has been abandoned, and is superseded by
pulseaudio's native Bluetooth functionality. Thus, remove it.
Change-Id: Ic3b1dbc3c2ab092b576ba2151c93c74d4f298efc
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/64969
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin L Roth <gaumless@tutanota.com>
Diffstat (limited to 'util/liveiso/graphical.nix')
-rw-r--r-- | util/liveiso/graphical.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/util/liveiso/graphical.nix b/util/liveiso/graphical.nix index 35909fb14f..b82b0f3c81 100644 --- a/util/liveiso/graphical.nix +++ b/util/liveiso/graphical.nix @@ -10,7 +10,6 @@ hardware.pulseaudio = { enable = true; package = pkgs.pulseaudioFull; - extraModules = with pkgs; [ pulseaudio-modules-bt ]; }; security.polkit = { |