added sudo and step-client modules

This commit is contained in:
John Lancaster
2026-03-12 12:25:58 -05:00
parent 1825230029
commit 9a22aba03a
4 changed files with 46 additions and 1 deletions

View File

@@ -9,7 +9,7 @@
nix.settings.experimental-features = [ "nix-command" "flakes" ];
environment.systemPackages = with pkgs; [ git zsh ];
security.sudo-rs.enable = true;
# security.sudo-rs.enable = true;
programs.nix-ld.enable = true;
nix.optimise.automatic = true;
nix.gc = {