Configuration for my NixOS based systems and Home Manager
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

FIX tailscale service

+7 -1
+1 -1
noah-home.nix
··· 76 76 obsidian 77 77 unstable.discord 78 78 spotify 79 - tailscale 80 79 ]; 81 80 82 81 ··· 200 199 defaultCacheTtl = 1800; 201 200 enableSshSupport = true; 202 201 }; 202 + 203 203 programs.direnv = { 204 204 enable = true; 205 205 nix-direnv.enable = true;
+6
services.nix
··· 19 19 # This option is for enabling the bolt daemon for managing Thunderbolt/USB4 Devices. 20 20 services.hardware.bolt.enable = true; 21 21 22 + # Tailscale 23 + services.tailscale = { 24 + enable = true; 25 + useRoutingFeatures = "client"; 26 + }; 27 + 22 28 # Containers and VMs 23 29 virtualisation = { 24 30 podman = {