From 49d73ab1c6a6842c8d652e8f27e00188ca20592e Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Mon, 24 Jun 2019 10:05:26 +0200 Subject: [PATCH] config/guix/system/desktop-bababa: Mount /tmp to tmpfs. --- .config/guix/system/desktop-bababa.scm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.config/guix/system/desktop-bababa.scm b/.config/guix/system/desktop-bababa.scm index 202fa516..6a00bf31 100644 --- a/.config/guix/system/desktop-bababa.scm +++ b/.config/guix/system/desktop-bababa.scm @@ -32,4 +32,9 @@ (mount-point "/media/babadata") (type "ext4") (create-mount-point? #t)) + (file-system + (mount-point "/tmp") + (device "none") + (type "tmpfs") + (check? #f)) %base-file-systems)))