aboutsummaryrefslogtreecommitdiff
path: root/nixos/machine/adm-mpd.nix
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2022-09-27 10:22:35 +0200
committerKarel Kočí <cynerd@email.cz>2022-09-27 10:22:35 +0200
commit73d836119b82fa976ddaf7b5b5048f9b2e7a4002 (patch)
tree766a5189679dc677152e611055f8b735e1c886c7 /nixos/machine/adm-mpd.nix
parent7b5f6bd95230c4eaac16d3fc2f02365497bd63d7 (diff)
downloadnixos-personal-73d836119b82fa976ddaf7b5b5048f9b2e7a4002.tar.gz
nixos-personal-73d836119b82fa976ddaf7b5b5048f9b2e7a4002.tar.bz2
nixos-personal-73d836119b82fa976ddaf7b5b5048f9b2e7a4002.zip
Playing around with Mox with new U-Boot
Diffstat (limited to 'nixos/machine/adm-mpd.nix')
-rw-r--r--nixos/machine/adm-mpd.nix11
1 files changed, 8 insertions, 3 deletions
diff --git a/nixos/machine/adm-mpd.nix b/nixos/machine/adm-mpd.nix
index aa85445..45855e1 100644
--- a/nixos/machine/adm-mpd.nix
+++ b/nixos/machine/adm-mpd.nix
@@ -27,10 +27,15 @@ with lib;
userControlled.enable = true;
};
- services.pipewire = {
+ #services.pipewire = {
+ #enable = true;
+ #alsa.enable = true;
+ #pulse.enable = true;
+ #};
+ hardware.pulseaudio = {
enable = true;
- alsa.enable = true;
- pulse.enable = true;
+ systemWide = true;
+ zeroconf.publish.enable = true;
};
services.spotifyd = {