mionr fix

This commit is contained in:
kenji
2025-07-07 14:42:02 -05:00
parent 65f04a69ae
commit ec55ac55b2
5 changed files with 13 additions and 34 deletions
+8 -8
View File
@@ -39,7 +39,7 @@
enable32Bit = true;
};
i18.defaultLocale = "en_US.UTF-8";
i18n.defaultLocale = "en_US.UTF-8";
time.timeZone = "${myConfig.nixos.Timezone}";
boot.loader = {
@@ -84,11 +84,11 @@
alsa.support32Bit = true;
pulse.enable = true;
lowLatency = {
enable = true;
quantum = 64;
rate = 48000;
};
# lowLatency = {
# enable = true;
# quantum = 64;
# rate = 48000;
# };
};
};
# make pipewire realtime-capable
@@ -108,9 +108,9 @@
enable = false;
allowedTCPPorts = [22 80];
allowedUDPPorts = [53];
proxy.default = null;
proxy.noProxy = null;
};
proxy.default = null;
proxy.noProxy = null;
};
# networking.firewall.allowedTCPPorts = [ ... ];
# networking.firewall.allowedUDPPorts = [ ... ];