diff options
| author | makefu <github@syntax-fehler.de> | 2017-04-24 23:21:07 +0200 |
|---|---|---|
| committer | makefu <github@syntax-fehler.de> | 2017-04-24 23:21:07 +0200 |
| commit | 4144cff1a1c4c6b90cb85f9b859794c1570df3e3 (patch) | |
| tree | 9c441c83a0576be334340ae849679fc7afb9eeee | |
| parent | 96a49430c10ae6f3086b4e3fd16bf73d77bd9188 (diff) | |
k 3 m: bump x to 4 cores
| -rw-r--r-- | krebs/3modules/makefu/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/3modules/makefu/default.nix b/krebs/3modules/makefu/default.nix index cef6a4fd6..6b32fc38a 100644 --- a/krebs/3modules/makefu/default.nix +++ b/krebs/3modules/makefu/default.nix @@ -173,7 +173,7 @@ with import <stockholm/lib>; }; }; x = { - cores = 2; + cores = 4; nets = { retiolum = { ip4.addr = "10.243.0.91"; |
