mirror of
https://github.com/nix-community/home-manager.git
synced 2026-06-05 21:02:51 +00:00
deploy: 3d64f2875e
This commit is contained in:
@@ -123335,7 +123335,6 @@ attribute set of (submodule)</p>
|
||||
timezone = "UTC";
|
||||
volumes = [
|
||||
"/Users:/Users"
|
||||
"/private:/private"
|
||||
];
|
||||
watchdogInterval = 30;
|
||||
};
|
||||
@@ -123607,19 +123606,20 @@ null or string</p>
|
||||
</span>
|
||||
</dt>
|
||||
<dd>
|
||||
<p>Volumes to mount in the machine, specified as source:target pairs.
|
||||
If empty, podman will use its default volume mounts.</p>
|
||||
<p>Volumes to mount in the machine, specified as source:target pairs.</p>
|
||||
|
||||
<p><span class="emphasis"><em>Type:</em></span>
|
||||
list of string</p>
|
||||
|
||||
<p><span class="emphasis"><em>Default:</em></span></p><pre><code class="programlisting nix">[ ]
|
||||
<p><span class="emphasis"><em>Default:</em></span></p><pre><code class="programlisting nix">[
|
||||
"/Users:/Users"
|
||||
"/private:/private"
|
||||
"/var/folders:/var/folders"
|
||||
]
|
||||
</code></pre>
|
||||
|
||||
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting nix">[
|
||||
"/Users:/Users"
|
||||
"/private:/private"
|
||||
"/var/folders:/var/folders"
|
||||
]
|
||||
</code></pre>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user