run nixfmt

This commit is contained in:
Fabian Hauser 2020-07-15 17:19:41 +00:00
parent 1d47d4a5b8
commit d1bc32538d
3 changed files with 4 additions and 8 deletions

View file

@ -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;