Unverified Commit 3a66bd1d authored by Jennifer Graul's avatar Jennifer Graul
Browse files

nixos/sftpgo: change type of dataDir option to path

The dataDir options describes a path, so it should be an option of type
path.
parent 736d58b9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ in
    };

    dataDir = mkOption {
      type = types.str;
      type = types.path;
      default = "/var/lib/sftpgo";
      description = ''
        The directory where SFTPGo stores its data files.