diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2021-10-17 22:07:11 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2021-10-17 22:07:11 +0200 |
commit | 2f55ec8916c190ab1c76e8b7fd07f01ae5dc18ac (patch) | |
tree | 564baa11286b69d5d2f6fbb0aad2e5db63614e32 /hosts/sif | |
parent | 2f7fec4ddb2c2573346ebece927a8da13bfe448f (diff) | |
download | nixos-2f55ec8916c190ab1c76e8b7fd07f01ae5dc18ac.tar nixos-2f55ec8916c190ab1c76e8b7fd07f01ae5dc18ac.tar.gz nixos-2f55ec8916c190ab1c76e8b7fd07f01ae5dc18ac.tar.bz2 nixos-2f55ec8916c190ab1c76e8b7fd07f01ae5dc18ac.tar.xz nixos-2f55ec8916c190ab1c76e8b7fd07f01ae5dc18ac.zip |
sif: ...
Diffstat (limited to 'hosts/sif')
-rw-r--r-- | hosts/sif/default.nix | 16 |
1 files 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 @@ | |||
56 | allowedTCPPorts = [ 22 # ssh | 56 | allowedTCPPorts = [ 22 # ssh |
57 | 8000 # quickserve | 57 | 8000 # quickserve |
58 | ]; | 58 | ]; |
59 | allowedUDPPorts = [ 8554 # gopro webcam | ||
60 | ]; | ||
61 | }; | 59 | }; |
62 | 60 | ||
63 | networkmanager = { | 61 | networkmanager = { |
@@ -274,13 +272,13 @@ | |||
274 | daemonNiceLevel = 10; | 272 | daemonNiceLevel = 10; |
275 | daemonIONiceLevel = 3; | 273 | daemonIONiceLevel = 3; |
276 | 274 | ||
277 | # buildServers.vidhar = { | 275 | buildServers.vidhar = { |
278 | # address = "vidhar.yggdrasil"; | 276 | address = "vidhar.yggdrasil"; |
279 | # systems = ["x86_64-linux" "i686-linux"]; | 277 | systems = ["x86_64-linux" "i686-linux"]; |
280 | # maxJobs = 12; | 278 | maxJobs = 12; |
281 | # speedFactor = 4; | 279 | speedFactor = 4; |
282 | # supportedFeatures = ["nixos-test" "benchmark" "big-parallel" "kvm"]; | 280 | supportedFeatures = ["nixos-test" "benchmark" "big-parallel" "kvm"]; |
283 | # }; | 281 | }; |
284 | }; | 282 | }; |
285 | 283 | ||
286 | environment.etc."X11/xorg.conf.d/50-wacom.conf".source = lib.mkForce ./wacom.conf; | 284 | environment.etc."X11/xorg.conf.d/50-wacom.conf".source = lib.mkForce ./wacom.conf; |