Set root user to use custom shell

This commit is contained in:
Evie Litherland-Smith 2023-10-22 06:38:40 +01:00
parent 03d9ec7c2d
commit a0e61b85b6

View file

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