dotfiles/system/services.nix
2025-07-12 12:37:52 +03:00

6 lines
53 B
Nix

{
services = {
tailscale.enable = true;
};
}