chore(nix): enable Tailscale on nixtee1 system

- Added `services.tailscale.enable = true` to the nixtee1 configuration for VPN support.
- Enhances secure connectivity and simplifies network
This commit is contained in:
Harald Hoyer 2025-11-21 15:11:56 +01:00
parent 36f3ebfcb3
commit db10d3d2c8

View file

@ -6,6 +6,8 @@
{
imports = [ ./hardware-configuration.nix ];
services.tailscale.enable = true;
boot.kernelPackages = lib.mkOverride 0 pkgs.linuxPackages_latest;
boot.loader.systemd-boot.enable = false;
# Bootloader.