Clean up suites dir

This commit is contained in:
Fern Garden 2025-09-20 14:32:45 +08:00
parent 956d57272b
commit 20a9d22423
3 changed files with 1 additions and 38 deletions

View file

@ -2,7 +2,7 @@
imports = [../.]; # Common config.
# Add @wheel to trusted-users for remote deployments.
nix.settings.trusted-users = ["root" "@wheel"];
nix.settings.trusted-users = ["@wheel"];
# Passwordless sudo.
security.sudo.wheelNeedsPassword = false;