marvin: enable and manage tailscale
1 file changed, 9 insertions(+), 1 deletion(-)
jump to
M system/marvin.nix → system/marvin.nix
@@ -1,4 +1,7 @@ -{ pkgs, ... }: +{ pkgs +, lib +, ... +}: let srvos = import <srvos>; in@@ -29,6 +32,11 @@ extraConfig = '' save "" ''; }; + + services.tailscale = { + enable = true; + }; + environment.etc."resolver/ts.net".text = lib.mkForce "nameserver fd7a:115c:a1e0::53"; programs.fish.enable = true; environment.shells = with pkgs; [