hosts: use zsh for materus user

This commit is contained in:
2024-04-05 22:41:31 +02:00
parent 860c28efad
commit 575c698aa1
6 changed files with 8 additions and 1 deletions
@@ -42,6 +42,7 @@
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPEDY+H8Hc/RSLE064AAh8IojvqxPd8BE5gec2aOfYMh materus@podkos.pl"
];
hashedPasswordFile = config.sops.secrets."users/materus".path;
shell = pkgs.zsh;
};
nix = {
@@ -12,5 +12,6 @@
fish.enable = false;
bash.enable = true;
zsh.enable = true;
};
}