Commit 15154f0424fc

Vincent Demeester <vincent@sbr.pm>
2018-08-05 17:16:30
Some more last-minute wakasu changes
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 10e6752
Changed files (5)
machine
pkgs
profiles
machine/wakasu.nix
@@ -41,6 +41,8 @@
 
   hardware.trackpoint.enable = false;
 
+  networking.firewall.allowedTCPPorts = [ 5900 ];
+
   time.timeZone = "Europe/Paris";
 
   services.xserver.displayManager.slim.theme = pkgs.fetchurl {
pkgs/cr/default.nix
pkgs/vde-scripts/bin/gtw
@@ -0,0 +1,6 @@
+#!/usr/bin/env sh
+filewatcher --idle-timeout=120m \
+	    -x .git -x vendor \
+	    -x e2e -x integration -x integration-cli \
+	    -x bin -x bundles \
+	    go test -cover -coverprofile=cover.out './${dir}'
pkgs/vde-scripts/default.nix
@@ -0,0 +1,1 @@
+{}
profiles/audio.nix
@@ -11,7 +11,7 @@
 			};
 			tcp = {
 				enable = true;
-				anonymousClients.allowedIpRanges = [ "127.0.0.1" ];
+				anonymousClients.allowedIpRanges = [ "127.0.0.1" "192.168.12.0/24" "10.0.0.0/24" ];
 			};
 			package = pkgs.pulseaudioFull;
 		};