mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 11:36:07 +01:00
Add support for different login shells
This commit is contained in:
parent
4017e1f700
commit
ddfcddfebb
2 changed files with 10 additions and 8 deletions
|
|
@ -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";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue