summaryrefslogtreecommitdiff
path: root/bragi.nix
diff options
context:
space:
mode:
Diffstat (limited to 'bragi.nix')
-rw-r--r--bragi.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/bragi.nix b/bragi.nix
index e0d3623d..1c1fafc7 100644
--- a/bragi.nix
+++ b/bragi.nix
@@ -119,6 +119,14 @@ in rec {
119 systemd.services."passmix4" = trivmixService { name = "passmix4"; connectOut = "system:playback_3"; connectIn = "system:capture_7"; group = "hel_out"; }; 119 systemd.services."passmix4" = trivmixService { name = "passmix4"; connectOut = "system:playback_3"; connectIn = "system:capture_7"; group = "hel_out"; };
120 systemd.services."passmix5" = trivmixService { name = "passmix5"; connectOut = "system:playback_4"; connectIn = "system:capture_8"; group = "hel_out"; }; 120 systemd.services."passmix5" = trivmixService { name = "passmix5"; connectOut = "system:playback_4"; connectIn = "system:capture_8"; group = "hel_out"; };
121 121
122 services.avahi = {
123 enable = true;
124 domainName = "bragisheimr.yggdrasil";
125 browseDomains = [ "asgard.yggdrasil"
126 "yggdrasil"
127 ];
128 };
129
122 hardware.pulseaudio = { 130 hardware.pulseaudio = {
123 enable = true; 131 enable = true;
124 package = with pkgs; pulseaudioFull; 132 package = with pkgs; pulseaudioFull;