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; [
|
environment.systemPackages = with pkgs; [
|
||||||
jq
|
jq
|
||||||
git
|
git
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
"amd_pstate=active"
|
"amd_pstate=active"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
boot.tmp.useTmpfs = true;
|
||||||
# boot.kernelPackages = lib.mkForce pkgs.linuxPackagesLatest;
|
# boot.kernelPackages = lib.mkForce pkgs.linuxPackagesLatest;
|
||||||
|
|
||||||
services.fwupd.enable = true;
|
services.fwupd.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue