chore(users): hardware.pulseaudio -> services.pulseaudio
Change-Id: I09f1d58c44709fc97dc1f00727da3a07881c5441 Reviewed-on: https://cl.tvl.fyi/c/depot/+/13175 Tested-by: BuildkiteCI Autosubmit: sterni <sternenseemann@systemli.org> Reviewed-by: tazjin <tazjin@tvl.su> Reviewed-by: sterni <sternenseemann@systemli.org> Reviewed-by: aspen <root@gws.fyi>
This commit is contained in:
parent
11681612c3
commit
3600d1abb8
5 changed files with 10 additions and 10 deletions
|
|
@ -46,16 +46,16 @@ lib.fix (self: {
|
|||
enable32Bit = true;
|
||||
};
|
||||
|
||||
pulseaudio = {
|
||||
enable = true;
|
||||
package = pkgs.pulseaudioFull;
|
||||
};
|
||||
|
||||
bluetooth = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
services.pulseaudio = {
|
||||
enable = true;
|
||||
package = pkgs.pulseaudioFull;
|
||||
};
|
||||
|
||||
nix.settings = {
|
||||
max-jobs = 48;
|
||||
substituters = [ "ssh://nix-ssh@whitby.tvl.fyi" ];
|
||||
|
|
|
|||
|
|
@ -121,7 +121,7 @@ in
|
|||
};
|
||||
|
||||
# Enable sound with pipewire.
|
||||
hardware.pulseaudio.enable = false;
|
||||
services.pulseaudio.enable = false;
|
||||
security.rtkit.enable = true;
|
||||
services.pipewire = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue