Repartition and reinstall alpheratz
This commit is contained in:
@@ -51,5 +51,10 @@ with lib;
|
||||
type = types.enum [ "hourly" "daily" "weekly" ];
|
||||
};
|
||||
|
||||
compression = mkOption {
|
||||
description = "Which compression option to use (lzma, zstd)";
|
||||
type = types.enum [ "lzma" "zstd" ];
|
||||
};
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user