Set root user to use custom shell
This commit is contained in:
parent
03d9ec7c2d
commit
a0e61b85b6
|
@ -167,7 +167,9 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
users.users.${user} = {
|
||||
users.users = {
|
||||
root.shell = pkgs.${shell};
|
||||
${user} = {
|
||||
inherit group;
|
||||
isNormalUser = true;
|
||||
description = "Evie Litherland-Smith";
|
||||
|
@ -183,6 +185,7 @@
|
|||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJ/ZSSCN5sqrA+tdoIZr5EUm5DRuBV4dQ7J+QBEtUwUU xenia@Northstar"
|
||||
];
|
||||
};
|
||||
};
|
||||
home-manager = {
|
||||
inherit extraSpecialArgs;
|
||||
useGlobalPkgs = true;
|
||||
|
|
Loading…
Reference in a new issue