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"
|
"/etc/ssh/agenix_key"
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.zsh.enable = true;
|
programs.fish.enable = true;
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
git
|
git
|
||||||
micro
|
micro
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
users.users.teidesu = {
|
users.users.teidesu = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
extraGroups = [ "wheel" "kvm" "docker" "pipewire" ];
|
extraGroups = [ "wheel" "kvm" "docker" "pipewire" ];
|
||||||
shell = pkgs.zsh;
|
shell = pkgs.fish;
|
||||||
|
|
||||||
openssh.authorizedKeys.keyFiles = [
|
openssh.authorizedKeys.keyFiles = [
|
||||||
(abs "ssh/teidesu.pub")
|
(abs "ssh/teidesu.pub")
|
||||||
|
|
Loading…
Reference in a new issue