why can't pulse die gracefully

This commit is contained in:
stitchy 2024-04-21 18:03:11 +00:00
parent f170364400
commit 5ad595d525
Signed by: stitchy
SSH key fingerprint: SHA256:yz2SoxdnY67tfY5Jzb0f2v8f5W3o/IF359kbcquWip8
2 changed files with 6 additions and 1 deletions

View file

@ -101,6 +101,11 @@ in
'')
];
services.openssh = {
enable = true;
settings.PasswordAuthentication = true;
};
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
"oneplus-sdm845-firmware"
"oneplus-sdm845-firmware-xz"

View file

@ -32,7 +32,7 @@
blueman.enable = true;
gnome.gnome-keyring.enable = lib.mkIf( config.stitchyconf.form == "pc") true;
pipewire = {
enable = true;
enable = lib.mkForce true;
alsa.enable = true;
jack.enable = true;
pulse.enable = true;