mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-17 14:39:44 +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;
|
|
}
|