little-lightning: remove testing pam stuff

This commit is contained in:
Zynh Ludwig 2024-11-25 07:29:21 -08:00
parent 8962a4990a
commit 6249572392

View file

@ -1,8 +1,4 @@
{ pkgs, lib, self, ... }: { { pkgs, lib, self, ... }: {
imports = [
./darwin-modules/pam.nix
];
# List packages installed in system profile. To search by name, run: # List packages installed in system profile. To search by name, run:
# $ nix-env -qaP | grep wget # $ nix-env -qaP | grep wget
environment.systemPackages = [ ]; environment.systemPackages = [ ];
@ -60,7 +56,6 @@
]; ];
security.pam.enableSudoTouchIdAuth = true; security.pam.enableSudoTouchIdAuth = true;
security.pam.enableSudoTouchIdReattach = true;
users.users.zynh = { users.users.zynh = {
name = "zynh"; name = "zynh";