little-lightning: remove testing pam stuff
This commit is contained in:
parent
8962a4990a
commit
6249572392
1 changed files with 0 additions and 5 deletions
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue