move ssh out to its own file and add zsh

This commit is contained in:
2025-10-15 22:58:39 -05:00
parent 26401360d8
commit 89b6380859
6 changed files with 189 additions and 42 deletions

View File

@@ -38,9 +38,9 @@
services.autoaspm.enable = true;
powerManagement.powertop.enable = true;
# enable flakes
nix.settings.experimental-features = ["nix-command" "flakes"];
users.defaultUserShell = pkgs.zsh;
# passwordless rebuild
security.sudo.extraRules = [