mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-07 22:20:33 +02:00
6 lines
66 B
Nix
6 lines
66 B
Nix
{ config, pkgs, ... }:
|
|
{
|
|
imports = [
|
|
./tailscale.nix
|
|
];
|
|
}
|