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) [
|
||||
"oneplus-sdm845-firmware"
|
||||
"oneplus-sdm845-firmware-xz"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue