diff options
Diffstat (limited to 'hosts/ades/users.nix')
-rw-r--r-- | hosts/ades/users.nix | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/hosts/ades/users.nix b/hosts/ades/users.nix index 9da8982..f7f1cfc 100644 --- a/hosts/ades/users.nix +++ b/hosts/ades/users.nix @@ -4,8 +4,4 @@ this.users.enabled = [ "simon" ]; - - users.users.simon = { - shell = lib.mkForce pkgs.bash; - }; } |