mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-15 06:30:10 +03:00
10 lines
74 B
Nix
10 lines
74 B
Nix
{
|
|
config,
|
|
...
|
|
}:
|
|
{
|
|
services = {
|
|
tailscale.enable = true;
|
|
};
|
|
}
|