diff options
Diffstat (limited to 'profiles')
| -rw-r--r-- | profiles/darwin.nix | 3 | ||||
| -rw-r--r-- | profiles/darwin/security.nix | 5 | ||||
| -rw-r--r-- | profiles/nix/remote-builder.nix (renamed from profiles/remote-builder.nix) | 0 |
3 files changed, 5 insertions, 3 deletions
diff --git a/profiles/darwin.nix b/profiles/darwin.nix index 0ff8cc0..36010c7 100644 --- a/profiles/darwin.nix +++ b/profiles/darwin.nix @@ -46,9 +46,6 @@ # mkdir -p ~/Documents/screenshots # ''; - # Touch ID for sudo auth - security.pam.services.sudo_local.touchIdAuth = true; - nix = { extraOptions = '' tarball-ttl = 900 diff --git a/profiles/darwin/security.nix b/profiles/darwin/security.nix new file mode 100644 index 0000000..178fca1 --- /dev/null +++ b/profiles/darwin/security.nix @@ -0,0 +1,5 @@ +{ ... }: +{ + # Touch ID for sudo auth + security.pam.services.sudo_local.touchIdAuth = true; +} diff --git a/profiles/remote-builder.nix b/profiles/nix/remote-builder.nix index 50d3e84..50d3e84 100644 --- a/profiles/remote-builder.nix +++ b/profiles/nix/remote-builder.nix |
