chore: remove rustup and make fish default on all users
This commit is contained in:
parent
4bc7363eb6
commit
342b75ff46
|
@ -101,6 +101,9 @@
|
||||||
NIXOS_OZONE_WL = "1";
|
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’.
|
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||||
users.users.wizardlink = {
|
users.users.wizardlink = {
|
||||||
createHome = true;
|
createHome = true;
|
||||||
|
@ -108,7 +111,6 @@
|
||||||
extraGroups = [ "networkmanager" "wheel" "postgresql" "docker" ];
|
extraGroups = [ "networkmanager" "wheel" "postgresql" "docker" ];
|
||||||
|
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
shell = pkgs.fish;
|
|
||||||
|
|
||||||
openssh.authorizedKeys.keys = [
|
openssh.authorizedKeys.keys = [
|
||||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDdGOyRbu6IOw9yqotxE6m7wCif7oP/2D0tlREa5Q6uo Alexandre Cavalheiro S. Tiago da Silva <contact@thewizard.link>"
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDdGOyRbu6IOw9yqotxE6m7wCif7oP/2D0tlREa5Q6uo Alexandre Cavalheiro S. Tiago da Silva <contact@thewizard.link>"
|
||||||
|
|
Loading…
Reference in a new issue