{ pkgs, ... }: { # Enable networking and bluetooth networking = { hostName = "laptop"; networkmanager = { enable = true; wifi.macAddress = "random"; }; }; hardware.bluetooth.enable = true; # Enable tailscale services.tailscale.enable = true; }