summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-05-25 02:51:06 -0700
committerFuwn <[email protected]>2025-05-25 02:51:06 -0700
commit1bf66ae55bc982a89b706fbc1e5abdfc55acc2a8 (patch)
tree92fd4af8024c5587ca67c7d5cc2939955fde697c /modules
parentNara: Use unstable nixpkgs (diff)
downloadnixos-config-1bf66ae55bc982a89b706fbc1e5abdfc55acc2a8.tar.xz
nixos-config-1bf66ae55bc982a89b706fbc1e5abdfc55acc2a8.zip
Nara: Upgrade Determinate and nix-darwin
Diffstat (limited to 'modules')
-rw-r--r--modules/mac/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/mac/default.nix b/modules/mac/default.nix
index f0cb03b..5ec2737 100644
--- a/modules/mac/default.nix
+++ b/modules/mac/default.nix
@@ -1,11 +1,10 @@
-{ lib, ... }:
{
imports = [
./programs
./users.nix
];
- security.pam.enableSudoTouchIdAuth = true;
+ security.pam.services.sudo_local.touchIdAuth = true;
nix = {
enable = false;