diff --git a/nixos/components/network/tinc/private.nix b/nixos/components/network/tinc/private.nix index 8d34a62..a176337 100644 --- a/nixos/components/network/tinc/private.nix +++ b/nixos/components/network/tinc/private.nix @@ -130,6 +130,7 @@ in hostNames = [ "robi.${network}" hosts.robi + "robi" "144.76.13.147" "git.ingolf-wagner.de" "taskd.ingolf-wagner.de" diff --git a/nixos/machines/chungus/paperless.nix b/nixos/machines/chungus/paperless.nix index 7907d3e..87ec104 100644 --- a/nixos/machines/chungus/paperless.nix +++ b/nixos/machines/chungus/paperless.nix @@ -2,6 +2,7 @@ services.paperless = { enable = true; + address = "0.0.0.0"; }; networking.firewall.interfaces.wg0.allowedTCPPorts = [ config.services.paperless.port ];