more packages

This commit is contained in:
Thomas Levine 2016-04-11 17:44:14 +00:00
parent 3d5b5ede46
commit cbad100692
2 changed files with 3 additions and 3 deletions

View File

@ -13,10 +13,10 @@ with lib;
environment.systemPackages = with pkgs; [
# Urchin
bash dash mksh zsh
# busybox
busybox
# Other
vim git rsync
vim git rsync tmux
];
services.openssh = {
enable = true;

View File

@ -9,7 +9,7 @@ fi
# Configure the container.
sudo cp configuration.nix \
/var/lib/containers/urchin/etc/nixos/configuration.nix
nixos-container update urchin
sudo nixos-container update urchin
# Create the git repository.
host="tlevine@$(nixos-container show-ip urchin)"