Commit 977da7d58f12

Vincent Demeester <vincent@sbr.pm>
2018-08-24 09:04:33
Small code style changes
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 334931f
Changed files (1)
profiles
profiles/audio.nix
@@ -20,10 +20,12 @@
     };
   };
   sound.mediaKeys.enable = true;
-
+  
   # spotify & pulseaudio
-  networking.firewall.allowedTCPPorts = [ 57621 57622 4713 ];
-  networking.firewall.allowedUDPPorts = [ 57621 57622 ];
+  networking.firewall = {
+    allowedTCPPorts = [ 57621 57622 4713 ];
+    allowedUDPPorts = [ 57621 57622 ];
+  };
 
   environment.systemPackages = with pkgs; [
     apulse       # allow alsa application to use pulse