darwin fixes

This commit is contained in:
2025-08-19 11:43:37 -07:00
parent 7b01f7af91
commit eaf9645e85

View File

@@ -26,8 +26,8 @@
nix.settings.auto-optimise-store = true;
nix.gc = {
automatic = true;
dates = "weekly";
persistent = true;
interval = "weekly";
# persistent = true;
options = "--delete-older-than 30d";
};
@@ -56,7 +56,7 @@
# services.xserver.libinput.enable = true;
# Enable Touch ID
security.pam.enableSudoTouchIdAuth = true;
security.pam.services.sudo_local.touchIdAuth = true;
# Define a user account. Don't forget to set a password with passwd.