all repos — nixfiles @ b8de5bc431633e2896abffec429f172d0c920323

System and user configuration, managed by nix and home-manager

marvin: enable and manage tailscale

Alan Pearce
commit

b8de5bc431633e2896abffec429f172d0c920323

parent

5161f885081ce3e7cfbe09f80f3359a05d3b9d53

1 file changed, 9 insertions(+), 1 deletion(-)

jump to
M system/marvin.nixsystem/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; [