forked from mirrors/nixpkgs
Merge pull request #3696 from matejc/root_default_shell
use mkDefault on root's shell
This commit is contained in:
commit
460885dfa5
|
@ -404,7 +404,7 @@ in {
|
|||
uid = ids.uids.root;
|
||||
description = "System administrator";
|
||||
home = "/root";
|
||||
shell = cfg.defaultUserShell;
|
||||
shell = mkDefault cfg.defaultUserShell;
|
||||
group = "root";
|
||||
extraGroups = [ "grsecurity" ];
|
||||
hashedPassword = mkDefault config.security.initialRootPassword;
|
||||
|
|
Loading…
Reference in a new issue