From f84f2e3a189279175dc7c5f1df515e3369e3154a Mon Sep 17 00:00:00 2001 From: kity Date: Thu, 7 Aug 2025 11:58:49 +0200 Subject: [PATCH] removed zsh from server config --- hosts/sisyphe/configuration.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/sisyphe/configuration.nix b/hosts/sisyphe/configuration.nix index 8d21641..34f999a 100644 --- a/hosts/sisyphe/configuration.nix +++ b/hosts/sisyphe/configuration.nix @@ -43,7 +43,6 @@ in "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHjz5MUSmc1ahtUJWuvzG7PHH432nx6a0Nj2zfxt3oTP geekcat@protonmail.com" "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIP9Yp7TbDhYJ27Sh+LcPXT569bMVwbFrkE4zksfU84l+ harry123@goober" ]; - shell = pkgs.zsh; }; security.sudo.wheelNeedsPassword = false;