about summary refs log tree commit diff
path: root/nix/hosts/common
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-10-26 11:03:52 -0700
committerFranck Cuny <franck@fcuny.net>2024-10-26 11:03:52 -0700
commitbeb9e15884a1d3eb519edbe92770460d4141625d (patch)
tree757eb3eb18578dc17c1380f10a5e40b9bb6a5e7e /nix/hosts/common
parentfix typo for the name of the cascadia font (diff)
downloadworld-beb9e15884a1d3eb519edbe92770460d4141625d.tar.gz
centralize more configurations related to darwin
Diffstat (limited to 'nix/hosts/common')
-rw-r--r--nix/hosts/common/macos.nix5
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