From 2f55ec8916c190ab1c76e8b7fd07f01ae5dc18ac Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 17 Oct 2021 22:07:11 +0200 Subject: sif: ... --- hosts/sif/default.nix | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/hosts/sif/default.nix b/hosts/sif/default.nix index 43bd4485..8d432d48 100644 --- a/hosts/sif/default.nix +++ b/hosts/sif/default.nix @@ -56,8 +56,6 @@ allowedTCPPorts = [ 22 # ssh 8000 # quickserve ]; - allowedUDPPorts = [ 8554 # gopro webcam - ]; }; networkmanager = { @@ -274,13 +272,13 @@ daemonNiceLevel = 10; daemonIONiceLevel = 3; - # buildServers.vidhar = { - # address = "vidhar.yggdrasil"; - # systems = ["x86_64-linux" "i686-linux"]; - # maxJobs = 12; - # speedFactor = 4; - # supportedFeatures = ["nixos-test" "benchmark" "big-parallel" "kvm"]; - # }; + buildServers.vidhar = { + address = "vidhar.yggdrasil"; + systems = ["x86_64-linux" "i686-linux"]; + maxJobs = 12; + speedFactor = 4; + supportedFeatures = ["nixos-test" "benchmark" "big-parallel" "kvm"]; + }; }; environment.etc."X11/xorg.conf.d/50-wacom.conf".source = lib.mkForce ./wacom.conf; -- cgit v1.2.3