Set correct PATH when running zsh from ssh.

This commit is contained in:
Gabriel Ebner 2015-05-21 16:50:53 +02:00
parent 6f0358364c
commit ca2ad2b800
1 changed files with 1 additions and 0 deletions

View File

@ -113,6 +113,7 @@
options = "noauto,x-systemd.automount,credentials=/etc/smbcredentials/aruanus";
};
programs.zsh.enable = true;
users.extraUsers.gebner = {
isNormalUser = true;
extraGroups = [ "wheel" "networkmanager" ];