mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-03-13 05:30:25 -04:00
7 lines
79 B
Nix
7 lines
79 B
Nix
{ ... }: {
|
|
services = {
|
|
tailscale = {
|
|
enable = true;
|
|
};
|
|
};
|
|
}
|