fix(koi): use fish as login shell
This commit is contained in:
parent
61750fe0e1
commit
a10939d28c
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
|||
"/etc/ssh/agenix_key"
|
||||
];
|
||||
|
||||
programs.zsh.enable = true;
|
||||
programs.fish.enable = true;
|
||||
environment.systemPackages = with pkgs; [
|
||||
git
|
||||
micro
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
users.users.teidesu = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" "kvm" "docker" "pipewire" ];
|
||||
shell = pkgs.zsh;
|
||||
shell = pkgs.fish;
|
||||
|
||||
openssh.authorizedKeys.keyFiles = [
|
||||
(abs "ssh/teidesu.pub")
|
||||
|
|
Loading…
Reference in a new issue