mirror of
https://github.com/RGBCube/ncc
synced 2025-07-28 02:27:44 +00:00
feat: upgrade garage
This commit is contained in:
parent
c9c0c681c6
commit
01985405f0
2 changed files with 8 additions and 1 deletions
7
modules/darwin/sudo.nix
Normal file
7
modules/darwin/sudo.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ lib, ... }: let
|
||||
inherit (lib) enabled;
|
||||
in {
|
||||
security.pam.services.sudo_local = enabled {
|
||||
touchIdAuth = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue