🚧 downsize cores
All checks were successful
Build all NixOS Configurations / nix build (push) Successful in 11m58s
All checks were successful
Build all NixOS Configurations / nix build (push) Successful in 11m58s
This commit is contained in:
parent
f845906a69
commit
1e1e8e8509
2 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||||
|
|
|
@ -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}" ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue