Skip to content

Commit

Permalink
(fish) switch back to the fish shell
Browse files Browse the repository at this point in the history
Signed-off-by: Francis Begyn <[email protected]>
  • Loading branch information
fbegyn committed Sep 30, 2024
1 parent 80501ec commit e27f344
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion hosts/erebus/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
bashInteractive
fish
];
loginShell = pkgs.bashInteractive;
loginShell = pkgs.fish;
systemPath = [
"/Users/francis/.local/bin"
"/Users/francis/.go/bin"
Expand Down
4 changes: 1 addition & 3 deletions users/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOrr2D8eSb+vjbnkkGxmhj8I6hhmiJYFiLE4Xz4hjZKZ francis@eos"
];

programs.fish.enable = true;

# user francis
users.groups.francis.gid = 1000;
users.users.francis = {
Expand All @@ -33,7 +31,7 @@
"usbmuxd"
];
group = "francis";
shell = pkgs.bashInteractive;
shell = pkgs.fish;
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINK7mMVKOmELe+FVvn1oWNRwKiANgTwcnzte3vWK3nMV"
"ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLQRocoQMC4JDWPL7fYYCfhpq5SoUfaCxUeQpgQrZ7c4Q44/YWPMjHkmGM8+7ZehfVHVxSNJ4i/Rre1n0MJcCT8= [email protected]"
Expand Down

0 comments on commit e27f344

Please sign in to comment.