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; [ environment.systemPackages = with pkgs; [
# Urchin # Urchin
bash dash mksh zsh bash dash mksh zsh
# busybox busybox
# Other # Other
vim git rsync vim git rsync tmux
]; ];
services.openssh = { services.openssh = {
enable = true; enable = true;

View File

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