update deployer

This commit is contained in:
Daniel Poelzleithner 2019-10-11 20:16:37 +02:00
parent f6ff9f2a1e
commit 065d81ced4
1 changed files with 4 additions and 3 deletions

View File

@ -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?
}