diff options
author | Franck Cuny <franck@fcuny.net> | 2024-10-26 11:03:52 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2024-10-26 11:03:52 -0700 |
commit | beb9e15884a1d3eb519edbe92770460d4141625d (patch) | |
tree | 757eb3eb18578dc17c1380f10a5e40b9bb6a5e7e /nix/hosts/common | |
parent | fix typo for the name of the cascadia font (diff) | |
download | world-beb9e15884a1d3eb519edbe92770460d4141625d.tar.gz |
centralize more configurations related to darwin
Diffstat (limited to 'nix/hosts/common')
-rw-r--r-- | nix/hosts/common/macos.nix | 5 |
1 files changed, 5 insertions, 0 deletions
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 |