aboutsummaryrefslogtreecommitdiff
path: root/modules/corenix/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/corenix/default.nix')
-rw-r--r--modules/corenix/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/corenix/default.nix b/modules/corenix/default.nix
index ddfde736f8b2..3586cf0a904b 100644
--- a/modules/corenix/default.nix
+++ b/modules/corenix/default.nix
@@ -21,6 +21,7 @@ in {
};
corebootConfig = mkOption {
type = types.attrsOf (types.nullOr types.str);
+ default = {};
};
rom = mkOption {
readOnly = true;