diff --git a/hosts/containers/deployer/configuration.nix b/hosts/containers/deployer/configuration.nix index 2ae06c46..b42e54f3 100644 --- a/hosts/containers/deployer/configuration.nix +++ b/hosts/containers/deployer/configuration.nix @@ -22,6 +22,7 @@ vim screen tmux + htop ]; networking = { @@ -56,8 +57,8 @@ permitRootLogin = "yes"; }; - nix.buildCores = 16; - nix.maxJobs = 16; + nix.buildCores = 32; + nix.maxJobs = 32; users.extraUsers.k-ot = { isNormalUser = true; @@ -67,6 +68,6 @@ security.sudo.wheelNeedsPassword = false; - system.stateVersion = "19.03"; # Did you read the comment? + system.stateVersion = "19.09"; # Did you read the comment? }