run nixfmt
This commit is contained in:
parent
1d47d4a5b8
commit
d1bc32538d
3 changed files with 4 additions and 8 deletions
|
@ -1,8 +1,6 @@
|
||||||
# Note: You can either use wel600vx.nix or wle900vx.nix
|
# Note: You can either use wel600vx.nix or wle900vx.nix
|
||||||
{ config, lib, pkgs, ... }: {
|
{ config, lib, pkgs, ... }: {
|
||||||
imports = [
|
imports = [ ./wle-regulatory-domain ];
|
||||||
./wle-regulatory-domain
|
|
||||||
];
|
|
||||||
|
|
||||||
services.hostapd5ghz.extraConfig = ''
|
services.hostapd5ghz.extraConfig = ''
|
||||||
ht_capab=[LDPC][HT40][SMPS-STATIC][SHORT-GI-20][SHORT-GI-40][TX-STBC][RX-STBC1][DSSS_CCK-40]
|
ht_capab=[LDPC][HT40][SMPS-STATIC][SHORT-GI-20][SHORT-GI-40][TX-STBC][RX-STBC1][DSSS_CCK-40]
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
{ config, lib, pkgs, ... }: {
|
{ config, lib, pkgs, ... }: {
|
||||||
imports = [
|
imports = [ ./wle-regulatory-domain ];
|
||||||
./wle-regulatory-domain
|
|
||||||
];
|
|
||||||
|
|
||||||
services.hostapd5ghz.extraConfig = ''
|
services.hostapd5ghz.extraConfig = ''
|
||||||
ht_capab=[LDPC][HT40+][SHORT-GI-20][SHORT-GI-40][TX-STBC][DSSS_CCK-40]
|
ht_capab=[LDPC][HT40+][SHORT-GI-20][SHORT-GI-40][TX-STBC][DSSS_CCK-40]
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
|
|
||||||
nix.distributedBuilds = true;
|
nix.distributedBuilds = true;
|
||||||
|
|
||||||
nix.buildMachines = [ {
|
nix.buildMachines = [{
|
||||||
hostName = "10.2.1.38";
|
hostName = "10.2.1.38";
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
sshUser = "fhauser";
|
sshUser = "fhauser";
|
||||||
|
@ -30,7 +30,7 @@
|
||||||
speedFactor = 2;
|
speedFactor = 2;
|
||||||
supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ];
|
supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ];
|
||||||
mandatoryFeatures = [ ];
|
mandatoryFeatures = [ ];
|
||||||
}] ;
|
}];
|
||||||
|
|
||||||
services.router = {
|
services.router = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue