Skip to content

Commit fcc69db

Browse files
committed
nix: update nix-darwin & nvnix
1 parent 32e6cf1 commit fcc69db

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

flake.lock

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

machines/zion/configuration.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{ flake, pkgs, lib, ... }: {
44

55
# Use TouchID for `sudo` authentication
6-
security.pam.enableSudoTouchIdAuth = true;
6+
security.pam.services.sudo_local.touchIdAuth = true;
77

88
networking.hostName = "zion";
99
nixpkgs.hostPlatform = "aarch64-darwin";

0 commit comments

Comments
 (0)