[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Mount /tmp as tmpfs?
From: |
Pierre Neidhardt |
Subject: |
Mount /tmp as tmpfs? |
Date: |
Thu, 17 May 2018 19:03:15 +0200 |
User-agent: |
mu4e 1.0; emacs 26.1 |
I was wondering if it's commendable to mount /tmp as tmpfs with GuixSD.
I think it could be useful to speed up Guix builds.
What would be the best way to do so?
Can't test now, but what about
(file-system
(mount-point "/tmp")
(device "tmpfs")
(type "tmpfs")
(flags '(no-dev no-suid))
?
--
Pierre Neidhardt
signature.asc
Description: PGP signature
- Mount /tmp as tmpfs?,
Pierre Neidhardt <=