me
/
guix
Archived
1
0
Fork 0

image: Add a shared-network? field.

* gnu/image.scm (<image>)[shared-network?]: New field.
master
Mathieu Othacehe 2021-12-16 09:25:49 +01:00
parent 594e9428c5
commit dcc843a716
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 3 additions and 0 deletions

View File

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