Commit a9289ca4 authored by schnusch's avatar schnusch
Browse files

nixos/tests/vdirsyncer: set services.radicale.settings.auth.type

see #391531
parent bc72dc08
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -153,7 +153,11 @@ import ./make-test-python.nix (

    nodes = {
      machine = {
        services.radicale.enable = true;
        services.radicale = {
          enable = true;
          settings.auth.type = "none";
        };

        services.xandikos = {
          enable = true;
          extraOptions = [ "--autocreate" ];