chore: remove rustup and make fish default on all users

This commit is contained in:
Alexandre Cavalheiro 2023-12-11 14:10:40 -03:00
parent 4bc7363eb6
commit 342b75ff46
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF

View file

@ -101,6 +101,9 @@
NIXOS_OZONE_WL = "1";
};
# Set fish as the default shell for all users.
users.defaultUserShell = pkgs.fish;
# Define a user account. Don't forget to set a password with passwd.
users.users.wizardlink = {
createHome = true;
@ -108,7 +111,6 @@
extraGroups = [ "networkmanager" "wheel" "postgresql" "docker" ];
isNormalUser = true;
shell = pkgs.fish;
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDdGOyRbu6IOw9yqotxE6m7wCif7oP/2D0tlREa5Q6uo Alexandre Cavalheiro S. Tiago da Silva <contact@thewizard.link>"