🚧 downsize cores
All checks were successful
Build all NixOS Configurations / nix build (push) Successful in 11m58s

This commit is contained in:
Ingolf Wagner 2024-12-23 08:38:52 +07:00
parent f845906a69
commit 1e1e8e8509
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B
2 changed files with 2 additions and 2 deletions

View file

@ -2,8 +2,6 @@
{ {
networking.extraHosts = '' networking.extraHosts = ''
95.216.66.212 orbi.public 95.216.66.212 orbi.public
23.35.228.101 store.steampowered.com
92.122.104.90 steamcommunity.com
''; '';
services.openssh.knownHosts = { services.openssh.knownHosts = {
"orbi.public".publicKey = clanLib.readFact "ssh.id_ed25519.pub" "orbi"; "orbi.public".publicKey = clanLib.readFact "ssh.id_ed25519.pub" "orbi";

View file

@ -275,7 +275,9 @@
"nix-command" "nix-command"
"flakes" "flakes"
]; ];
# https://nix.dev/manual/nix/2.17/advanced-topics/cores-vs-jobs
nix.settings.max-jobs = 1; nix.settings.max-jobs = 1;
nix.settings.cores = 4;
# no channesl needed this way # no channesl needed this way
nix.nixPath = [ "nixpkgs=${pkgs.path}" ]; nix.nixPath = [ "nixpkgs=${pkgs.path}" ];