updates for modular format
This commit is contained in:
10
modules/darwin/services.nix
Normal file
10
modules/darwin/services.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
# Example: Tailscale, other system services
|
||||
services.nix-daemon.enable = true;
|
||||
services.tailscale.enable = true;
|
||||
|
||||
# Example: you could also place security/pam or other service configs here:
|
||||
security.pam.enableSudoTouchIdAuth = true;
|
||||
}
|
||||
Reference in New Issue
Block a user