fix typo in flake.nix

This commit is contained in:
Andrea Spacca
2021-12-07 13:39:53 +01:00
parent 0eec27586d
commit 014b95ff07

View File

@ -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)"; };
}; };