diff options
| author | Fuwn <[email protected]> | 2025-05-25 02:51:06 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-05-25 02:51:06 -0700 |
| commit | 1bf66ae55bc982a89b706fbc1e5abdfc55acc2a8 (patch) | |
| tree | 92fd4af8024c5587ca67c7d5cc2939955fde697c /modules | |
| parent | Nara: Use unstable nixpkgs (diff) | |
| download | nixos-config-1bf66ae55bc982a89b706fbc1e5abdfc55acc2a8.tar.xz nixos-config-1bf66ae55bc982a89b706fbc1e5abdfc55acc2a8.zip | |
Nara: Upgrade Determinate and nix-darwin
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/mac/default.nix | 3 |
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; |