377 current 2025-05-03 18:45:45 25.05.20250424.f771eb4 6.12.24 *

This commit is contained in:
2025-05-03 18:46:14 -04:00
parent 6fe8901228
commit 8e5f77b963
3 changed files with 9 additions and 0 deletions

View File

@@ -5,5 +5,6 @@
}: {
imports = [
./synaptics/default.nix
./tailscale/default.nix
];
}

View File

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