Compare commits
No commits in common. "a1ccd4031ced56cea22d72bbe9c0092c52a27cfd" and "b24b4d99ba5be35cffe315bb13caf8b5f5c906e1" have entirely different histories.
a1ccd4031c
...
b24b4d99ba
@ -109,7 +109,8 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
boot.kernelPackages = pkgs.linuxPackages_6_12;
|
# temporary while i am away from server
|
||||||
|
boot.kernelPackages = pkgs.linuxPackages_6_6;
|
||||||
|
|
||||||
networking.wg-quick.interfaces.wg0 = {
|
networking.wg-quick.interfaces.wg0 = {
|
||||||
configFile = "/etc/wireguard/wg0.conf";
|
configFile = "/etc/wireguard/wg0.conf";
|
||||||
|
@ -35,7 +35,8 @@
|
|||||||
configurationLimit = 5;
|
configurationLimit = 5;
|
||||||
};
|
};
|
||||||
|
|
||||||
boot.kernelPackages = pkgs.linuxPackages_6_12;
|
# temporary while i am away from server
|
||||||
|
boot.kernelPackages = pkgs.linuxPackages_6_6;
|
||||||
|
|
||||||
nixfiles = {
|
nixfiles = {
|
||||||
profile.server.enable = true;
|
profile.server.enable = true;
|
||||||
|
@ -26,15 +26,6 @@ in
|
|||||||
alsa.support32Bit = mkDefault config.services.pipewire.alsa.enable;
|
alsa.support32Bit = mkDefault config.services.pipewire.alsa.enable;
|
||||||
pulse.enable = mkDefault true;
|
pulse.enable = mkDefault true;
|
||||||
jack.enable = mkDefault true;
|
jack.enable = mkDefault true;
|
||||||
extraConfig.pipewire = {
|
|
||||||
# this should fix the extreme audio crackling in WINE
|
|
||||||
# note: this increases audio latency to 960/48000 (20ms)
|
|
||||||
"10-clock-config" = {
|
|
||||||
"context.properties" = {
|
|
||||||
"default.clock.min-quantum" = 960;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user