about summary refs log tree commit diff
path: root/nix/hosts/common
diff options
context:
space:
mode:
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