nixos/castle: Fix pipewire config for jacktrip

This commit is contained in:
Jack O'Sullivan 2023-04-23 23:08:42 +01:00
parent 5f0db06d99
commit 28d3a9b83f

View File

@ -85,6 +85,7 @@
networking = {
domain = "h.${lib.my.pubDomain}";
firewall.enable = false;
};
environment.systemPackages = with pkgs; [
@ -94,6 +95,14 @@
lm_sensors
linuxPackages.cpupower
];
environment.etc = {
"pipewire/pipewire.conf.d/sample-size.conf".text = ''
context.properties = {
default.clock.quantum = 128
default.clock.max-quantum = 128
}
'';
};
nix = {
gc.automatic = false;
@ -134,7 +143,10 @@
services = { };
home = {
packages = with pkgs; [ ];
packages = with pkgs; [
jacktrip
qpwgraph
];
};
services = {