fix: enable 'boot.tmp.useTmpfs' based on host 'highRam' flag
This commit is contained in:
@@ -19,5 +19,10 @@
|
||||
type = lib.types.str;
|
||||
default = "en_US.UTF-8";
|
||||
};
|
||||
|
||||
highRam = lib.mkOption {
|
||||
type = lib.types.bool;
|
||||
default = false;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user