puyak.r: add zsh to systemPackages

This commit is contained in:
lassulus 2017-09-09 01:37:56 +02:00
parent 1521e9b865
commit afcc971c62

View File

@ -65,6 +65,7 @@
'';
users.extraUsers.root.openssh.authorizedKeys.keys = [ config.krebs.users.Mic92.pubkey ];
environment.systemPackages = [ pkgs.zsh ];
boot.kernelModules = [ "kvm-intel" ];
users.users.joerg = {
openssh.authorizedKeys.keys = [ config.krebs.users.Mic92.pubkey ];