Misc optimizations

This commit is contained in:
2025-12-29 01:49:59 -07:00
parent b6d9e944d0
commit a4e61d4446
6 changed files with 77 additions and 37 deletions

View File

@@ -11,4 +11,9 @@ in
description = settings.userDescription;
extraGroups = settings.userGroups;
};
# Security
security.sudo.execWheelOnly = true;
security.audit.enable = true;
security.auditd.enable = true;
}