mirror of
https://github.com/srid/nixos-config.git
synced 2026-05-10 08:35:57 +08:00
mac: disable tailscale
This commit is contained in:
parent
f80d326b38
commit
ce02c052a9
1 changed files with 2 additions and 1 deletions
|
|
@ -15,7 +15,8 @@ in
|
|||
nixpkgs.hostPlatform = "aarch64-darwin";
|
||||
networking.hostName = "infinitude";
|
||||
|
||||
services.tailscale.enable = true;
|
||||
# Using GUI app; so disable this.
|
||||
# services.tailscale.enable = true;
|
||||
|
||||
system.keyboard = {
|
||||
enableKeyMapping = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue