add zsh to server config

This commit is contained in:
Nathan Anderson 2024-03-17 22:55:53 -06:00
parent c65c49fbb8
commit 410fa99aff

View File

@ -61,8 +61,11 @@ in
environment.systemPackages = with pkgs; [
docker
docker-compose
zsh
];
programs.zsh.enable = true;
services.openssh = lib.mkIf srvConfig.sshEnable {
enable = true;
};