Commit 4a9538bd authored by ettom's avatar ettom
Browse files

nixos/snapserver: default http.docRoot to snapweb

parent 30d0cf4b
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -186,7 +186,8 @@ in {

      http.docRoot = lib.mkOption {
        type = with lib.types; nullOr path;
        default = null;
        default = pkgs.snapweb;
        defaultText = lib.literalExpression "pkgs.snapweb";
        description = ''
          Path to serve from the HTTP servers root.
        '';