user.shell had nothing to do in a common module

This commit is contained in:
2025-10-02 15:28:26 +03:00
parent a89f1c4b36
commit 8d84c7a620
3 changed files with 2 additions and 1 deletions

View File

@@ -10,5 +10,6 @@ users.users.boxuser = {
];
};
users.users.boxuser.shell = pkgs.bash;
users.groups.boxuser = {};
}

View File

@@ -15,6 +15,7 @@
../../modules/userapps/productivity.nix
];
users.users.user.shell = pkgs.bash;
users.users.user = {
isNormalUser = true;
description = "user";