default: disable tmp.useTmpfs globally, enable per machine

This commit is contained in:
makefu 2024-08-24 13:54:31 +02:00
parent b3f959de37
commit 785a51ad63
No known key found for this signature in database
GPG key ID: 36F7711F3FC0F225
2 changed files with 1 additions and 3 deletions

View file

@ -38,8 +38,6 @@ with lib;
};
boot.tmp.useTmpfs = true;
environment.systemPackages = with pkgs; [
jq
git

View file

@ -25,7 +25,7 @@
"amd_pstate=active"
];
boot.tmp.useTmpfs = true;
# boot.kernelPackages = lib.mkForce pkgs.linuxPackagesLatest;
services.fwupd.enable = true;