no more vue

This commit is contained in:
2025-10-08 08:18:11 +02:00
parent 5b65b1be62
commit 59dded1e86
3 changed files with 29 additions and 46 deletions

View File

@@ -1,8 +1,14 @@
{lib, pkgs, ...}: {
services.tailscale = {
enable = true;
} // lib.optionalAttrs pkgs.stdenv.isLinux {
openFirewall = true;
useRoutingFeatures = "server";
};
{
lib,
pkgs,
...
}: {
services.tailscale =
{
enable = true;
}
// lib.optionalAttrs pkgs.stdenv.isLinux {
openFirewall = true;
useRoutingFeatures = "server";
};
}