diff options
author | Alan Pearce | 2024-12-30 18:28:06 +0100 |
---|---|---|
committer | Alan Pearce | 2024-12-30 18:28:06 +0100 |
commit | 3756f140002a455b09f694c833c8ce99e55a0241 (patch) | |
tree | 6780caf1e04a1925b9e08ccecc2e6bae285cdaa8 /system/linde.nix | |
parent | de521653812292a8f89d9cd8c8c665283162d3e9 (diff) | |
download | nixfiles-3756f140002a455b09f694c833c8ce99e55a0241.tar.lz nixfiles-3756f140002a455b09f694c833c8ce99e55a0241.tar.zst nixfiles-3756f140002a455b09f694c833c8ce99e55a0241.zip |
linde: remove zsh
Diffstat (limited to 'system/linde.nix')
-rw-r--r-- | system/linde.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/system/linde.nix b/system/linde.nix index 5fd16e11..49dad5b5 100644 --- a/system/linde.nix +++ b/system/linde.nix @@ -300,7 +300,6 @@ in set --universal fish_greeting "" ''; }; - programs.zsh.enable = true; users.users.root = { shell = "/run/current-system/sw/bin/fish"; openssh.authorizedKeys.keys = [ |