Compare commits

...

2 Commits

Author SHA1 Message Date
26b98e4131 Disable radicale patch. 2022-09-29 06:39:38 -07:00
b89904422f Fix dns. 2022-09-29 06:39:15 -07:00
2 changed files with 2 additions and 2 deletions

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

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