fix: enable 'boot.tmp.useTmpfs' based on host 'highRam' flag
This commit is contained in:
@@ -1,4 +1,11 @@
|
||||
{ config, ... }:
|
||||
|
||||
{
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
boot = {
|
||||
loader = {
|
||||
systemd-boot.enable = true;
|
||||
efi.canTouchEfiVariables = true;
|
||||
};
|
||||
tmp.useTmpfs = config.host.highRam;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user