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