aboutsummaryrefslogtreecommitdiff
path: root/hosts/common/system/users.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-03-25 17:19:40 -0700
committerFranck Cuny <franck@fcuny.net>2022-03-25 17:20:05 -0700
commite6852f1cd8fd10c2f06b553f5626e3fc9bd99561 (patch)
tree4fc304ff272fee18e14724f0456c63c593da0aa8 /hosts/common/system/users.nix
parentdocs: add more documentation! (diff)
downloadinfra-e6852f1cd8fd10c2f06b553f5626e3fc9bd99561.tar.gz
shell: switch from zsh to fish
why not ?
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.";