mirror of
https://git.kb-one.de/kb01/aux-config.git
synced 2025-12-05 10:28:53 +00:00
Enabled Thunderbolt and Tailscale
This commit is contained in:
parent
52a33fbe3b
commit
b91e97cdab
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue