diff options
author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-08-02 14:34:58 +0200 |
---|---|---|
committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-08-02 14:34:58 +0200 |
commit | e77ceb61e353fc55d0bdb82b758d66f00f86fdac (patch) | |
tree | 6892bc995114087642d41601433efb4b0d286cc1 | |
parent | 2812a065baa06b4c9dabc5b3e3f6d05ea59d21e5 (diff) | |
download | nixos-e77ceb61e353fc55d0bdb82b758d66f00f86fdac.tar nixos-e77ceb61e353fc55d0bdb82b758d66f00f86fdac.tar.gz nixos-e77ceb61e353fc55d0bdb82b758d66f00f86fdac.tar.bz2 nixos-e77ceb61e353fc55d0bdb82b758d66f00f86fdac.tar.xz nixos-e77ceb61e353fc55d0bdb82b758d66f00f86fdac.zip |
typos
-rw-r--r-- | bragi.nix | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -123,11 +123,9 @@ in rec { | |||
123 | enable = true; | 123 | enable = true; |
124 | package = with pkgs; pulseaudioFull; | 124 | package = with pkgs; pulseaudioFull; |
125 | systemWide = true; | 125 | systemWide = true; |
126 | tcp = { | 126 | tcp.enable = true; |
127 | enable = true; | 127 | zeroconf.publish.enable = true; |
128 | zeroconf.publish.enable = true; | 128 | zeroconf.discovery.enable = true; |
129 | zeroconf.discovery.enable = true; | ||
130 | }; | ||
131 | }; | 129 | }; |
132 | 130 | ||
133 | services.mpd = { | 131 | services.mpd = { |