summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/users.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/modules/users.nix b/modules/users.nix
index ca1ee02..a5f975a 100644
--- a/modules/users.nix
+++ b/modules/users.nix
@@ -5,13 +5,15 @@ in
{
users.users = {
root = {
- initialPassword = initialPassword;
+ inherit initialPassword;
+
shell = pkgs.bash;
};
ebisu = {
+ inherit initialPassword;
+
isNormalUser = true;
- initialPassword = initialPassword;
shell = pkgs.fish;
extraGroups = [