fix typo in flake.nix
This commit is contained in:
@ -98,7 +98,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
local = {
|
local = {
|
||||||
enable = mkEnableOption "Enable gdrive backend";
|
enable = mkEnableOption "Enable local backend";
|
||||||
basedir = mkOption { type = types.str; description = "path storage for local provider"; default = "${cfg.stateDir}/store"; };
|
basedir = mkOption { type = types.str; description = "path storage for local provider"; default = "${cfg.stateDir}/store"; };
|
||||||
purge-interval = mkOption { type = types.nullOr types.int; description = "interval in hours to run the automatic purge for (not applicable to S3 and Storj)"; };
|
purge-interval = mkOption { type = types.nullOr types.int; description = "interval in hours to run the automatic purge for (not applicable to S3 and Storj)"; };
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user