updates for modular format

This commit is contained in:
2025-01-07 18:18:13 -05:00
parent 3f45084c90
commit 2626bd0df9
14 changed files with 433 additions and 1261 deletions

View 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;
}