From 8917a49ad79a51ad94e7db97541f08c6e0ce347e Mon Sep 17 00:00:00 2001 From: Alyxia Sother Date: Tue, 1 Aug 2023 13:13:04 +0200 Subject: [PATCH] [nix] Enable tailscaled --- nix/hosts/alymac/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nix/hosts/alymac/default.nix b/nix/hosts/alymac/default.nix index 7d8cee9..6d05bf3 100644 --- a/nix/hosts/alymac/default.nix +++ b/nix/hosts/alymac/default.nix @@ -151,6 +151,9 @@ in # you'll need to enable this so nix-darwin creates a zshrc sourcing needed environment changes programs.zsh.enable = true; + # tailscaled isn't automatically registered as a service that should run on installation. + services.tailscale.enable = true; + # Make sure to set the correct values, or everything will break! (in reality, # it will just not build) users.users.alyxia = {