add magicRollback (tf did it go??)

This commit is contained in:
do butterflies cry? 2026-02-24 17:28:28 +10:00
parent 35571f6af1
commit 8928134f12

View file

@ -114,6 +114,15 @@
'';
};
magicRollback = mkOption {
type = types.bool;
default = true;
example = true;
description = ''
TODO: im fucking lazy
'';
};
activationTimeout = mkOption {
type = types.int;
default = 500;