guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/14: image: Add a shared-network? field.


From: guix-commits
Subject: 03/14: image: Add a shared-network? field.
Date: Thu, 23 Dec 2021 04:55:03 -0500 (EST)

mothacehe pushed a commit to branch master
in repository guix.

commit dcc843a716807768c446983ad3406211e28e5f3d
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Thu Dec 16 09:25:49 2021 +0100

    image: Add a shared-network? field.
    
    * gnu/image.scm (<image>)[shared-network?]: New field.
---
 gnu/image.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/image.scm b/gnu/image.scm
index 8423cf1..0b3a5a0 100644
--- a/gnu/image.scm
+++ b/gnu/image.scm
@@ -43,6 +43,7 @@
             image-compression?
             image-volatile-root?
             image-shared-store?
+            image-shared-network?
             image-substitutable?
 
             image-type
@@ -98,6 +99,8 @@
                       (default #t))
   (shared-store?      image-shared-store? ;boolean
                       (default #f))
+  (shared-network?    image-shared-network? ;boolean
+                      (default #f))
   (substitutable?     image-substitutable? ;boolean
                       (default #t)))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]