mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
use switch-to-configuration-ng and nixos-rebuild-ng
migrate secureboot key /etc/secureboot -> /var/lib/sbctl hardware.pulseaudio -> services.pulseaudio enable machine-learning for immich
This commit is contained in:
parent
8a55bc5ebd
commit
6d187cd057
5 changed files with 39 additions and 31 deletions
|
|
@ -16,15 +16,17 @@ in
|
|||
})
|
||||
(lib.mkIf (!cfg.sound.disable) {
|
||||
security.rtkit.enable = true;
|
||||
hardware.pulseaudio.enable = lib.mkForce false; # disable pulseAudio
|
||||
services.pipewire = {
|
||||
enable = true;
|
||||
alsa = {
|
||||
services = {
|
||||
pulseaudio.enable = lib.mkForce false; # disable pulseAudio
|
||||
pipewire = {
|
||||
enable = true;
|
||||
support32Bit = true;
|
||||
alsa = {
|
||||
enable = true;
|
||||
support32Bit = true;
|
||||
};
|
||||
pulse.enable = true;
|
||||
jack.enable = false;
|
||||
};
|
||||
pulse.enable = true;
|
||||
jack.enable = false;
|
||||
};
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue