Enabled Thunderbolt and Tailscale
This commit is contained in:
parent
52a33fbe3b
commit
b91e97cdab
1 changed files with 6 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue