From 0cc0fd09b6e533984400f0af0ba0b3860e942c79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Mon, 6 Feb 2023 22:23:20 +0200 Subject: [PATCH] fix pubkey of dl.jakstys.lt --- configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configuration.nix b/configuration.nix index b1b0f41..f2742e2 100644 --- a/configuration.nix +++ b/configuration.nix @@ -346,6 +346,7 @@ in { networking = { hostName = "hel1-a"; + domain = "jakstys.lt"; firewall = { allowedTCPPorts = [ 80 443 ]; allowedUDPPorts = [ 443 ];