diff options
author | Leonardo Santiago <[email protected]> | 2025-06-24 13:16:36 -0300 |
---|---|---|
committer | Leonardo Santiago <[email protected]> | 2025-06-24 13:16:36 -0300 |
commit | 86c10fcefc6f91fa1960a626715a7d04e7013ba0 (patch) | |
tree | 5d2a582070b38784073a33a7a2aedf3368310694 /modules/default-user.nix | |
parent | dc7c7ab3f38eb3fe10b6e16f38a27d80952789d6 (diff) |
fix: update a ton of things
Diffstat (limited to 'modules/default-user.nix')
-rw-r--r-- | modules/default-user.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/default-user.nix b/modules/default-user.nix index 75eda22..5ab512d 100644 --- a/modules/default-user.nix +++ b/modules/default-user.nix @@ -18,7 +18,6 @@ in { isNormalUser = true; description = "leonardo"; extraGroups = [ "networkmanager" "wheel" ]; - shell = pkgs.bashInteractive; }; programs.ssh.startAgent = true; services.openssh = { |