spotlights-macbook-air: Enable Tailscale
This commit is contained in:
parent
9e1c37a1d2
commit
3360c8d7a2
1 changed files with 3 additions and 2 deletions
|
@ -5,7 +5,6 @@
|
||||||
{ config, lib, pkgs, ... }:
|
{ config, lib, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
../shared.nix
|
../shared.nix
|
||||||
|
@ -106,6 +105,8 @@
|
||||||
# iOS tethering, etc
|
# iOS tethering, etc
|
||||||
usbmuxd.enable = true;
|
usbmuxd.enable = true;
|
||||||
|
|
||||||
|
tailscale.enable = true;
|
||||||
|
|
||||||
syncthing.enable = true;
|
syncthing.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue