3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #3696 from matejc/root_default_shell

use mkDefault on root's shell
This commit is contained in:
Peter Simons 2014-08-20 22:44:01 +02:00
commit 460885dfa5

View file

@ -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;