~erethon/hesperidOS

21f30b5aa4f2dc208301f595d71b49e3cef39687 — Dionysis Grigoropoulos a month ago 3a9e81b
niato: Use Tailscale DNS for Syncthing host
2 files changed, 3 insertions(+), 1 deletions(-)

M hosts/niato/default.nix
M hosts/niato/syncthing.nix
M hosts/niato/default.nix => hosts/niato/default.nix +1 -0
@@ 1,6 1,7 @@
{ config, lib, pkgs, ... }: {
  imports = [ ./hardware-configuration.nix ./syncthing.nix ];

  unbound.tsdomain = "ts.erethon";
  boot.loader.efi.canTouchEfiVariables = true;
  boot.loader.grub = {
    enable = true;

M hosts/niato/syncthing.nix => hosts/niato/syncthing.nix +2 -1
@@ 15,12 15,13 @@
        crashReportingEnable = false;
        globalAnnounceEnabled = false;
        localAnnounceEnabled = false;
        listenAddresses = [ "100.64.0.1" ];
      };
      devices = {
        "oricono" = {
          id =
            "3EYASN4-YCDRTVX-4LT42CF-KZZEJVU-OMLUG3V-YH3YAO7-GE4MBBN-LIXZFQO";
          addresses = [ "tcp://100.64.0.2:22000" ];
          addresses = [ "tcp://oricono.ts.erethon:22000" ];
        };
      };
      folders = {