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 = {