all repos — nixfiles @ 260d37e48218d5f81145b45807ce11f7d05d98cd

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

tailscale all the things!

Alan Pearce
commit

260d37e48218d5f81145b45807ce11f7d05d98cd

parent

213555ac6cd409b7a254a5f5820d49f2bf8c7532

1 file changed, 2 insertions(+), 0 deletions(-)

changed files
M system/nanopi.nixsystem/nanopi.nix
@@ -188,6 +188,8 @@ };
}; services.resolved.enable = false; + services.tailscale.enable = true; + programs.command-not-found.enable = false; services.openssh = {