From b91e97cdab846da6f5cdf3fb5b248bb4f405d668 Mon Sep 17 00:00:00 2001 From: kB01 Date: Sat, 5 Jul 2025 20:28:21 +0200 Subject: [PATCH] Enabled Thunderbolt and Tailscale --- systems/x86_64-linux/Ohybke/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/systems/x86_64-linux/Ohybke/default.nix b/systems/x86_64-linux/Ohybke/default.nix index 5ad4df7..ce124f0 100644 --- a/systems/x86_64-linux/Ohybke/default.nix +++ b/systems/x86_64-linux/Ohybke/default.nix @@ -47,6 +47,9 @@ hardware.bluetooth.enable = true; hardware.bluetooth.powerOnBoot = true; + # Enable ThunderBolt 3 + services.hardware.bolt.enable = true; + # Locale time.timeZone = "Europe/Berlin"; i18n.defaultLocale = "en_US.UTF-8"; @@ -119,6 +122,9 @@ # Enable Steam programs.steam.enable = true; + # Tailscale + services.tailscale.enable = true; + # Packages installed in system profile. Search Packages: $ nix search wget environment.systemPackages = with pkgs; [ vim