mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2024-11-26 22:20:18 +01:00
fix typo in flake.nix
This commit is contained in:
parent
0eec27586d
commit
014b95ff07
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@
|
|||
};
|
||||
|
||||
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"; };
|
||||
purge-interval = mkOption { type = types.nullOr types.int; description = "interval in hours to run the automatic purge for (not applicable to S3 and Storj)"; };
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue