modularized tailscale service

This commit is contained in:
2026-07-13 00:44:29 +10:00
parent bca8c2f9df
commit aeaa1f6479
3 changed files with 6 additions and 4 deletions
+1 -4
View File
@@ -28,11 +28,8 @@ boot.zfs.forceImportRoot = false;
services.tailscale.enable = true;
# Enable docker-compose
environment.systemPackages = with pkgs; [
# docker-compose
# docker-buildx
nfs-utils
];