mirror of
https://github.com/blahai/nyx.git
synced 2025-01-18 19:10:21 +00:00
8 lines
150 B
Nix
8 lines
150 B
Nix
{pkgs, ...}: {
|
|
services.tailscale = {
|
|
enable = true;
|
|
useRoutingFeatures = "client";
|
|
};
|
|
environment.systemPackages = with pkgs; [
|
|
];
|
|
}
|