Compare commits

..

4 commits

Author SHA1 Message Date
Antoine Vaure
2b806582b5 config for larbin and demo
Some checks failed
/ build-all (push) Failing after 3h5m4s
2025-10-10 15:28:04 +02:00
Antoine Vaure
ff6f15d2e3 default EDITOR to nvim in home config 2025-10-10 13:48:52 +02:00
572d2f09ae add socks proxy in ks
Some checks failed
/ build-all (push) Failing after 3h10m17s
2025-10-07 19:42:34 +02:00
ant
2bb91dff9b hs as builder for basado
All checks were successful
/ build-all (push) Successful in 1m21s
2025-10-04 17:48:57 +02:00
2 changed files with 6 additions and 4 deletions

View file

@ -17,9 +17,13 @@ in
users.groups.remotebuild = {}; users.groups.remotebuild = {};
nix.settings.extra-trusted-users = [ "remotebuild" ]; nix.settings.extra-trusted-users = [ "remotebuild" ];
nix.settings.extra-system-features = [ nix.settings.system-features = [
"benchmark"
"big-parallel"
"ca-derivations"
"kvm"
"nixos-test"
"gccarch-x86-64-v2" "gccarch-x86-64-v2"
"gccarch-x86-64-v3" "gccarch-x86-64-v3"
"gccarch-znver2"
]; ];
} }

View file

@ -157,6 +157,4 @@ in {
supportedFeatures = [ "nixos-test" "big-parallel" "kvm" "gccarch-x86-64-v3" ]; supportedFeatures = [ "nixos-test" "big-parallel" "kvm" "gccarch-x86-64-v3" ];
} }
]; ];
nix.settings.store-auto-optimise = true;
} }