commit 91fa8d2f656f413d02f136a9fad179187e498c27
parent 87210ef67101b7b767ff44ae56ebb3d8b9e3c9b3
Author: Vincent Demeester <vincent@sbr.pm>
Date: Mon, 13 May 2024 16:18:32 +0200
destkop: update tmpOnTmpfs to new options
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/systems/modules/desktop/base.nix b/systems/modules/desktop/base.nix
@@ -27,7 +27,10 @@ in
boot = {
loader.systemd-boot.netbootxyz.enable = config.core.boot.systemd-boot;
# /tmp to be tmpfs
- tmpOnTmpfs = true;
+ tmp = {
+ useTmpfs = true;
+ cleanOnBoot = true;
+ };
# Enable Plymouth on desktops
plymouth = {
enable = true;