Compare commits

..

5 commits

Author SHA1 Message Date
ant
f27ed627ff add store-auto-optimise to hs
Some checks failed
/ build-all (push) Failing after 1m10s
2025-10-17 11:18:19 +02:00
Antoine Vaure
2e7866d816 config for larbin and demo 2025-10-17 11:18:19 +02:00
Antoine Vaure
d541dbc854 default EDITOR to nvim in home config 2025-10-17 11:18:19 +02:00
ce3aadf4f0 add socks proxy in ks 2025-10-17 11:18:19 +02:00
ant
ad97f8329a hs as builder for basado 2025-10-17 11:18:19 +02:00
2 changed files with 4 additions and 6 deletions

View file

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

View file

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