config/guix/system/desktop-bababa: Mount /tmp to tmpfs.

master
Pierre Neidhardt 2019-06-24 10:05:26 +02:00
parent ea3feb7cbe
commit 49d73ab1c6
1 changed files with 5 additions and 0 deletions

View File

@ -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)))