modularized tailscale service
Check NixOS configurations / eval-hosts (push) Failing after 40m6s

This commit is contained in:
2026-07-13 00:44:29 +10:00
parent 5b118b05da
commit f2744bf3a7
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; [ environment.systemPackages = with pkgs; [
# docker-compose
# docker-buildx
nfs-utils nfs-utils
]; ];
View File
+5
View File
@@ -0,0 +1,5 @@
{ ... }:
{
services.tailscale.enable = true;
}