aboutsummaryrefslogtreecommitdiff
path: root/hosts/common/system/users.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/common/system/users.nix')
-rw-r--r--hosts/common/system/users.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/common/system/users.nix b/hosts/common/system/users.nix
index 95c9027..3b4dfaa 100644
--- a/hosts/common/system/users.nix
+++ b/hosts/common/system/users.nix
@@ -11,7 +11,7 @@
uid = 1000;
group = "fcuny";
home = "/home/fcuny";
- shell = pkgs.zsh;
+ shell = pkgs.fish;
extraGroups = [ "users" "wheel" ];
hashedPassword =
"$6$i.z1brxtb44JAEco$fDD2Izl.zRR9vBCB2VBKPScChGw38EEl7QEiBTJ/EwgP3oSL0X3ZHq0PJ.RtqzBsWTPUjl4F3MKOBMhnaAPr6.";