diff --git a/gnu/system/linux-container.scm b/gnu/system/linux-container.scm index d16d1e78b5..9bcdf24a7e 100644 --- a/gnu/system/linux-container.scm +++ b/gnu/system/linux-container.scm @@ -317,10 +317,6 @@ Run the container with the given options.")) #:namespaces (if #$shared-network? (delq 'net %namespaces) %namespaces) - - ;; XXX: Work around . - #:lock-mounts? #f - #:writable-root? #t #:process-spawned-hook explain)))))