Compare commits
2 commits
99f63e7af8
...
1a414771ba
Author | SHA1 | Date | |
---|---|---|---|
1a414771ba | |||
f526dc3054 |
2 changed files with 9 additions and 0 deletions
|
@ -32,6 +32,8 @@
|
|||
options hid_apple fnmode=2
|
||||
'';
|
||||
|
||||
zramSwap.enable = true;
|
||||
|
||||
virtualisation.podman.enable = true;
|
||||
|
||||
services.zfs = {
|
||||
|
|
|
@ -113,6 +113,13 @@
|
|||
alsa.enable = true;
|
||||
alsa.support32Bit = true;
|
||||
pulse.enable = true;
|
||||
extraConfig.pipewire = {
|
||||
"10-clock-rate" = {
|
||||
"context.properties" = {
|
||||
"default.clock.allowed-rates" = [ 48000 ];
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
udev.packages = with pkgs; [ ledger-udev-rules ];
|
||||
pcscd.enable = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue