8 lines
147 B
Nix
8 lines
147 B
Nix
{ config, pkgs, ... }:
|
|
|
|
{
|
|
# Example: Tailscale, other system services
|
|
services.nix-daemon.enable = true;
|
|
services.tailscale.enable = true;
|
|
}
|