why can't pulse die gracefully
This commit is contained in:
parent
f170364400
commit
5ad595d525
2 changed files with 6 additions and 1 deletions
|
@ -101,6 +101,11 @@ in
|
||||||
'')
|
'')
|
||||||
];
|
];
|
||||||
|
|
||||||
|
services.openssh = {
|
||||||
|
enable = true;
|
||||||
|
settings.PasswordAuthentication = true;
|
||||||
|
};
|
||||||
|
|
||||||
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
||||||
"oneplus-sdm845-firmware"
|
"oneplus-sdm845-firmware"
|
||||||
"oneplus-sdm845-firmware-xz"
|
"oneplus-sdm845-firmware-xz"
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
blueman.enable = true;
|
blueman.enable = true;
|
||||||
gnome.gnome-keyring.enable = lib.mkIf( config.stitchyconf.form == "pc") true;
|
gnome.gnome-keyring.enable = lib.mkIf( config.stitchyconf.form == "pc") true;
|
||||||
pipewire = {
|
pipewire = {
|
||||||
enable = true;
|
enable = lib.mkForce true;
|
||||||
alsa.enable = true;
|
alsa.enable = true;
|
||||||
jack.enable = true;
|
jack.enable = true;
|
||||||
pulse.enable = true;
|
pulse.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue