This commit is contained in:
Thomas Levine 2016-04-11 17:28:05 +00:00
parent 5045b3546f
commit aedaaa3a05
1 changed files with 10 additions and 1 deletions

View File

@ -11,9 +11,18 @@ with lib;
networking.useDHCP = false; networking.useDHCP = false;
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
busybox # Urchin
bash dash mksh zsh bash dash mksh zsh
# busybox
# Other
vim
]; ];
services.openssh = {
enable = true;
passwordAuthentication = false;
};
users.extraUsers.user = { users.extraUsers.user = {
name = "tlevine"; name = "tlevine";