mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-31 22:53:06 +02:00
8 lines
132 B
Nix
8 lines
132 B
Nix
{ mylib, ... }:
|
|
{
|
|
imports = mylib.scanPaths ./.;
|
|
|
|
# enable tailscae for all desktop hosts
|
|
services.tailscale.enable = true;
|
|
}
|