Oops, missing semicolon

This commit is contained in:
niten 2021-10-13 08:41:46 -07:00
parent 248df221d8
commit 35d172b279
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ let
domain-name = host-config.domain;
domain = config.fudo.domains.${domain-name};
dns-proxy-port = 5335
dns-proxy-port = 5335;
in {
config = {