From d1bc32538d969b9486c84e218d91824a430dc23c Mon Sep 17 00:00:00 2001 From: Fabian Hauser Date: Wed, 15 Jul 2020 17:19:41 +0000 Subject: [PATCH] run nixfmt --- hardware/wle600vx.nix | 4 +--- hardware/wle900vx.nix | 4 +--- host/etzel.nix | 4 ++-- 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/hardware/wle600vx.nix b/hardware/wle600vx.nix index 4b2775c..7e8a629 100644 --- a/hardware/wle600vx.nix +++ b/hardware/wle600vx.nix @@ -1,8 +1,6 @@ # Note: You can either use wel600vx.nix or wle900vx.nix { config, lib, pkgs, ... }: { - imports = [ - ./wle-regulatory-domain - ]; + imports = [ ./wle-regulatory-domain ]; services.hostapd5ghz.extraConfig = '' ht_capab=[LDPC][HT40][SMPS-STATIC][SHORT-GI-20][SHORT-GI-40][TX-STBC][RX-STBC1][DSSS_CCK-40] diff --git a/hardware/wle900vx.nix b/hardware/wle900vx.nix index 2b9e98a..a7aa38b 100644 --- a/hardware/wle900vx.nix +++ b/hardware/wle900vx.nix @@ -1,7 +1,5 @@ { config, lib, pkgs, ... }: { - imports = [ - ./wle-regulatory-domain - ]; + imports = [ ./wle-regulatory-domain ]; services.hostapd5ghz.extraConfig = '' ht_capab=[LDPC][HT40+][SHORT-GI-20][SHORT-GI-40][TX-STBC][DSSS_CCK-40] diff --git a/host/etzel.nix b/host/etzel.nix index e61712b..c7fa8ba 100644 --- a/host/etzel.nix +++ b/host/etzel.nix @@ -18,7 +18,7 @@ nix.distributedBuilds = true; - nix.buildMachines = [ { + nix.buildMachines = [{ hostName = "10.2.1.38"; system = "x86_64-linux"; sshUser = "fhauser"; @@ -30,7 +30,7 @@ speedFactor = 2; supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ]; mandatoryFeatures = [ ]; - }] ; + }]; services.router = { enable = true;