l 2 zsh: set shell of correct user

This commit is contained in:
lassulus 2017-01-17 15:57:52 +01:00
parent dce67d4a03
commit 3759182f0c

View File

@ -118,5 +118,5 @@
fi
'';
};
users.users.${config.krebs.build.user.name}.shell = "/run/current-system/sw/bin/zsh";
users.users.mainUser.shell = "/run/current-system/sw/bin/zsh";
}