update nix-darwin

This commit is contained in:
sloane 2025-03-18 15:17:07 -04:00
parent 0182aae91b
commit 8cfc59f7ca
Signed by: sloanelybutsurely
SSH key fingerprint: SHA256:8SBnwhl+RY3oEyQxy1a9wByPzxWM0x+/Ejc+sIlY5qQ
2 changed files with 4 additions and 4 deletions

View file

@ -198,11 +198,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1739302241, "lastModified": 1742165923,
"narHash": "sha256-NXQXFU6HOschZ+8ZKrNOlwlHelez8vPl+dCiUaJ82/U=", "narHash": "sha256-WKzuVsHXjuxYjS9KxKdpoPWpT37LofyS5llSssEw058=",
"owner": "LnL7", "owner": "LnL7",
"repo": "nix-darwin", "repo": "nix-darwin",
"rev": "a6746213b138fe7add88b19bafacd446de574ca7", "rev": "95eac71bf52b271523d0ca81dbbeb3182990fc24",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -12,7 +12,7 @@
# The platform the configuration will be used on. # The platform the configuration will be used on.
nixpkgs.hostPlatform = "aarch64-darwin"; nixpkgs.hostPlatform = "aarch64-darwin";
security.pam.enableSudoTouchIdAuth = true; security.pam.services.sudo_local.touchIdAuth = true;
system.defaults = { system.defaults = {
dock = { dock = {