summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--guix/scripts/home.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/guix/scripts/home.scm b/guix/scripts/home.scm
index ae003816f9..e040800cf3 100644
--- a/guix/scripts/home.scm
+++ b/guix/scripts/home.scm
@@ -362,11 +362,13 @@ immediately. Return the exit status of the process in the container."
(in-vicinity "/run/user" ;for shepherd & co.
(number->string uid)))
(type "tmpfs")
+ (options "size=10%,mode=700")
(check? #f))
(file-system ;writable home
(device "none")
(mount-point home-directory)
(type "tmpfs")
+ (options "mode=700")
(check? #f)))
#:mappings (append network-mappings mappings)
#:guest-uid uid