Skip to content

Commit

Permalink
Update websites (#491)
Browse files Browse the repository at this point in the history
* Fix e-mail support for `discourse.dhall-lang.org`
* Add Ruby as official integration
  • Loading branch information
Gabriella439 committed Apr 18, 2019
1 parent f4a0a2d commit b32d64f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 3 additions & 3 deletions nixops/dhall-haskell.json
@@ -1,7 +1,7 @@
{
"url": "https://github.com/dhall-lang/dhall-haskell.git",
"rev": "d8f2787745bb9567a4542973f15e807323de4a1a",
"date": "2019-03-14T08:48:23-07:00",
"sha256": "1jp8s6idv1d1ic008xs14rzzawg41xzbgxfd72r437m4az6glsn1",
"rev": "d0fb71b0ba9ae13777b107d9f2050a6be9b07a06",
"date": "2019-04-13T21:08:34-07:00",
"sha256": "06bkrp571sxl8jg5a8d4zx70nimvz2hnmy76jhz0b7hsv0bzh8rs",
"fetchSubmodules": true
}
6 changes: 5 additions & 1 deletion nixops/logical.nix
Expand Up @@ -64,6 +64,10 @@
aliases = [ "postmaster@dhall-lang.org" ];
};
};

policydSPFExtraConfig = ''
skip_addresses = 172.17.0.2/32
'';
};

networking.firewall.allowedTCPPorts = [ 22 80 443 ];
Expand Down Expand Up @@ -356,7 +360,7 @@
cd ${discourseDirectory}
${pkgs.git}/bin/git fetch origin --depth=1 16fb17cf51793a5cbf5c364fb8e4497b6d3253a1
${pkgs.git}/bin/git fetch origin --depth=1 77edaf675a47729bb693d09b94713a2a98b5d686
${pkgs.git}/bin/git reset --hard FETCH_HEAD
Expand Down

0 comments on commit b32d64f

Please sign in to comment.