(feat): added tailscale & usb support

This commit is contained in:
Harry 2024-08-17 09:40:18 +02:00
parent 96c58ea706
commit 8320a6b694
3 changed files with 11 additions and 0 deletions

View file

@ -0,0 +1,6 @@
{config, pkgs, ...}:
{
imports = [
./tailscale.nix
]
}

View file

@ -0,0 +1,5 @@
{config, pkgs, ...}:
{
services.tailscale.enable = true;
}

View file