bugfix: Add splash boot parameter to template.
chore: Swap wiki link for new NixOS wiki
This commit is contained in:
parent
1dccfba71a
commit
286052b183
|
@ -35,7 +35,7 @@ in
|
||||||
pulse.enable = true;
|
pulse.enable = true;
|
||||||
jack.enable = true;
|
jack.enable = true;
|
||||||
|
|
||||||
# Reduce audio latency per https://nixos.wiki/wiki/PipeWire#Low-latency_setup
|
# Reduce audio latency per https://wiki.nixos.org/wiki/PipeWire#Low-latency_setup
|
||||||
extraConfig.pipewire = lib.mkIf cfg.enableLowLatency {
|
extraConfig.pipewire = lib.mkIf cfg.enableLowLatency {
|
||||||
"92-low-latency.conf" = {
|
"92-low-latency.conf" = {
|
||||||
"context.properties" = {
|
"context.properties" = {
|
||||||
|
|
|
@ -37,7 +37,7 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
# Add kernel parameters
|
# Add kernel parameters
|
||||||
kernelParams = [ "quiet" ];
|
kernelParams = [ "quiet" "splash" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
|
|
Loading…
Reference in a new issue