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;
|
inherit group;
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "Evie Litherland-Smith";
|
description = "Evie Litherland-Smith";
|
||||||
|
@ -183,6 +185,7 @@
|
||||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJ/ZSSCN5sqrA+tdoIZr5EUm5DRuBV4dQ7J+QBEtUwUU xenia@Northstar"
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJ/ZSSCN5sqrA+tdoIZr5EUm5DRuBV4dQ7J+QBEtUwUU xenia@Northstar"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
};
|
||||||
home-manager = {
|
home-manager = {
|
||||||
inherit extraSpecialArgs;
|
inherit extraSpecialArgs;
|
||||||
useGlobalPkgs = true;
|
useGlobalPkgs = true;
|
||||||
|
|
Loading…
Reference in a new issue