laksjdlakjd
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
};
|
||||
|
||||
# based on https://github.com/NixOS/nixpkgs/blob/d89fc19e405cb2d55ce7cc114356846a0ee5e956/nixos/modules/programs/ccache.nix#L49-L67
|
||||
security.wrappers.nix-sccache =
|
||||
security.wrappers."nix-sccache" =
|
||||
let
|
||||
cfg = config.programs.ccache;
|
||||
in
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
./../../secrets
|
||||
./binary-caches.nix
|
||||
./nix.nix
|
||||
# ./lix.nix
|
||||
# ./lix.nix # too slow eval...
|
||||
./locale-no.nix
|
||||
./upgrade-diff.nix
|
||||
./vm-variant.nix
|
||||
|
||||
@@ -78,7 +78,7 @@ ssh.listenPublicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIH03MEINNnjBvtmvN2QsC
|
||||
["garp.tail9aac63.ts.net"] # gtx 3060 ti
|
||||
aliases = [ "garp.pbsds.net" ]
|
||||
buildMachine.systems = ["x86_64-linux", "i686-linux", "riscv64-linux"]
|
||||
buildMachine.maxJobs = 2 # 8 threads 64GB
|
||||
# buildMachine.maxJobs = 2 # 8 threads 64GB
|
||||
buildMachine.speedFactor = 4 # i7-6700
|
||||
buildMachine.supportedFeatures = ["kvm", "nixos-test", "cuda" ] #, "ccache" ] # no ccache because we have yet to setup distributed ccache
|
||||
buildMachine.protocol = "ssh-ng"
|
||||
|
||||
Reference in New Issue
Block a user