chore: remove zsh for now

This commit is contained in:
oddlama 2022-12-29 13:39:44 +01:00
parent 79129d60ea
commit 7a8ffd9a2e
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
5 changed files with 10 additions and 88 deletions

View file

@ -8,7 +8,7 @@ with lib; {
users.users.root = {
initialHashedPassword = "$6$EBo/CaxB.dQoq2W8$lo2b5vKgJlLPdGGhEqa08q3Irf1Zd1PcFBCwJOrG8lqjwbABkn1DEhrMh1P3ezwnww2HusUBuZGDSMa4nvSQg1";
openssh.authorizedKeys.keys = ["ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIA5Uq+CDy5Pmt3If5M6d8K/Q7HArU6sZ7sgoj3T521Wm"];
shell = pkgs.zsh;
shell = pkgs.fish;
};
home-manager.users.root = {