default: disable tmp.useTmpfs globally, enable per machine
This commit is contained in:
parent
b3f959de37
commit
785a51ad63
|
@ -38,8 +38,6 @@ with lib;
|
|||
};
|
||||
|
||||
|
||||
boot.tmp.useTmpfs = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
jq
|
||||
git
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
"amd_pstate=active"
|
||||
];
|
||||
|
||||
|
||||
boot.tmp.useTmpfs = true;
|
||||
# boot.kernelPackages = lib.mkForce pkgs.linuxPackagesLatest;
|
||||
|
||||
services.fwupd.enable = true;
|
||||
|
|
Loading…
Reference in a new issue