summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/base.nix
diff options
context:
space:
mode:
Diffstat (limited to 'makefu/2configs/base.nix')
-rw-r--r--makefu/2configs/base.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/makefu/2configs/base.nix b/makefu/2configs/base.nix
index 2e18acf7..25d92d63 100644
--- a/makefu/2configs/base.nix
+++ b/makefu/2configs/base.nix
@@ -8,6 +8,7 @@ with lib;
mapAttrs (_: h: { hashedPassword = h; })
(import /root/src/secrets/hashedPasswords.nix);
}
+ ./vim.nix
];
krebs.enable = true;
krebs.search-domain = "retiolum";
@@ -32,6 +33,7 @@ with lib;
networking.hostName = config.krebs.build.host.name;
nix.maxJobs = config.krebs.build.host.cores + 1;
+ #nix.maxJobs = 1;
krebs.build.deps = {
secrets = {