Add support for different login shells

This commit is contained in:
Tobias Happ 2020-04-24 21:17:52 +02:00 committed by Alexander Sosedkin
parent 4017e1f700
commit ddfcddfebb
2 changed files with 10 additions and 8 deletions

View file

@ -40,7 +40,7 @@ in
shell = mkOption {
type = types.path;
readOnly = true;
default = "${pkgs.bashInteractive}/bin/bash";
description = "Path to login shell.";
};
@ -73,7 +73,6 @@ in
user = {
group = "nix-on-droid";
home = "/data/data/com.termux.nix/files/home";
shell = "/bin/sh";
userName = "nix-on-droid";
};