Compare commits

..

No commits in common. "26b98e413126df3e7f6c5859dd87a6dea5f808bd" and "048e8daf967f0713976e4adcc243bf78f7d0a74d" have entirely different histories.

2 changed files with 2 additions and 2 deletions

@ -9,7 +9,7 @@ let
IN AAAA 2a02:2770:3:0:21a:4aff:feac:bc0e
'';
timestamp = "1664458744";
timestamp = "1497294847";
heNsServers = ''
@ IN NS ns1.he.net.

@ -6,7 +6,7 @@ in
services.radicale = {
enable = true;
package = pkgs.radicale3.overrideDerivation (_: {
#patches = [ ./radicale1249.patch ];
patches = [ ./radicale1249.patch ];
doCheck = false;
pytestCheckPhase = "true";
});