Commit 15154f0424fc
Changed files (5)
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;
};