home-manager: Add nix.conf

This commit is contained in:
2022-02-21 13:38:22 +00:00
parent 7180d265c4
commit a0901fecde
3 changed files with 17 additions and 1 deletions

View File

@@ -15,6 +15,7 @@
hostname = "h.nul.ie";
sshOpts = [ "-4" "-p" "8022" ];
};
nix.config.cores = "16";
};
programs = {

View File

@@ -9,6 +9,7 @@
{
my = {
deploy.enable = false;
nix.config.cores = "6";
};
programs = {