From 8cfc59f7ca935d9aac2c262201d315a4756ef797 Mon Sep 17 00:00:00 2001 From: sloane <git@sloanelybutsurely.com> Date: Tue, 18 Mar 2025 15:17:07 -0400 Subject: [PATCH] update nix-darwin --- flake.lock | 6 +++--- nix-darwin/default.nix | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index adf77e6..8c9f9fd 100644 --- a/flake.lock +++ b/flake.lock @@ -198,11 +198,11 @@ ] }, "locked": { - "lastModified": 1739302241, - "narHash": "sha256-NXQXFU6HOschZ+8ZKrNOlwlHelez8vPl+dCiUaJ82/U=", + "lastModified": 1742165923, + "narHash": "sha256-WKzuVsHXjuxYjS9KxKdpoPWpT37LofyS5llSssEw058=", "owner": "LnL7", "repo": "nix-darwin", - "rev": "a6746213b138fe7add88b19bafacd446de574ca7", + "rev": "95eac71bf52b271523d0ca81dbbeb3182990fc24", "type": "github" }, "original": { diff --git a/nix-darwin/default.nix b/nix-darwin/default.nix index b796791..7074bb3 100644 --- a/nix-darwin/default.nix +++ b/nix-darwin/default.nix @@ -12,7 +12,7 @@ # The platform the configuration will be used on. nixpkgs.hostPlatform = "aarch64-darwin"; - security.pam.enableSudoTouchIdAuth = true; + security.pam.services.sudo_local.touchIdAuth = true; system.defaults = { dock = {