feat: updated interface for storage

This commit is contained in:
Leyla Becker 2025-11-15 13:39:53 -06:00
parent f8edad75bf
commit 757a3892e1
4 changed files with 196 additions and 96 deletions

View file

@ -72,7 +72,6 @@
snapshot = {
# This option should set this option flag
# "com.sun:auto-snapshot" = "false";
autoSnapshot = lib.mkEnableOption "Enable automatic snapshots for this dataset";
# Creates a blank snapshot in the post create hook for rollback purposes
blankSnapshot = lib.mkEnableOption "Should a blank snapshot be auto created in the post create hook";