refactor(nix configuration): move pulseaudio disable configuration to services section
This commit is contained in:
parent
e36dc1b531
commit
e9c7c71356
@ -47,10 +47,6 @@ in
|
||||
|
||||
environment.systemPackages = with pkgs.unstablePkgs; [ gamemode heroic ];
|
||||
|
||||
hardware = {
|
||||
pulseaudio.enable = false;
|
||||
};
|
||||
|
||||
systemd.services.NetworkManager-wait-online.enable = pkgs.lib.mkForce false;
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
@ -79,6 +75,7 @@ in
|
||||
};
|
||||
|
||||
services = {
|
||||
pulseaudio.enable = false;
|
||||
sunshine = {
|
||||
enable = true;
|
||||
autoStart = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user