darwin fixes
This commit is contained in:
@@ -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’.
|
||||
|
||||
Reference in New Issue
Block a user