home-manager: Add nix.conf
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
hostname = "h.nul.ie";
|
||||
sshOpts = [ "-4" "-p" "8022" ];
|
||||
};
|
||||
nix.config.cores = "16";
|
||||
};
|
||||
|
||||
programs = {
|
||||
|
@@ -9,6 +9,7 @@
|
||||
{
|
||||
my = {
|
||||
deploy.enable = false;
|
||||
nix.config.cores = "6";
|
||||
};
|
||||
|
||||
programs = {
|
||||
|
Reference in New Issue
Block a user