From beb9e15884a1d3eb519edbe92770460d4141625d Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 26 Oct 2024 11:03:52 -0700 Subject: centralize more configurations related to darwin --- nix/hosts/common/macos.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'nix/hosts/common/macos.nix') diff --git a/nix/hosts/common/macos.nix b/nix/hosts/common/macos.nix index 18e7b07..e764129 100644 --- a/nix/hosts/common/macos.nix +++ b/nix/hosts/common/macos.nix @@ -14,6 +14,11 @@ remapCapsLockToControl = true; }; + # Touch ID for sudo auth + security.pam.enableSudoTouchIdAuth = true; + + services.nix-daemon.enable = true; + system.defaults.CustomUserPreferences = { "com.apple.desktopservices" = { # Avoid creating .DS_Store files on network or USB volumes -- cgit 1.4.1