more packages
This commit is contained in:
parent
3d5b5ede46
commit
cbad100692
@ -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;
|
||||
|
@ -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)"
|
||||
|
Loading…
x
Reference in New Issue
Block a user