configurations for my servers and desktops
nix nixos flake dots dotfiles

chore: nvm remove tailscaled

janky on macos i didnt really think this through

+1 -7
+1 -4
hosts/coolbook/default.nix
··· 1 1 {pkgs, ...}: { 2 - imports = [ 3 - ./services/tailscale.nix 4 - ]; 5 - 6 2 networking.hostName = "coolbook"; 7 3 8 4 homebrew = { ··· 31 27 "rockboxutility" 32 28 "signal" 33 29 "steam" 30 + "tailscale-app" 34 31 "utm" 35 32 "valhalla-freq-echo" 36 33 "valhalla-space-modulator"
-3
hosts/coolbook/services/tailscale.nix
··· 1 - {...}: { 2 - services.tailscale.enable = true; 3 - }