nixos/containers: update example path to match defaults
This commit is contained in:
parent
b9753491a3
commit
da7bf30372
@ -504,7 +504,7 @@ in
|
|||||||
|
|
||||||
path = mkOption {
|
path = mkOption {
|
||||||
type = types.path;
|
type = types.path;
|
||||||
example = "/nix/var/nix/profiles/containers/webserver";
|
example = "/nix/var/nix/profiles/per-container/webserver";
|
||||||
description = ''
|
description = ''
|
||||||
As an alternative to specifying
|
As an alternative to specifying
|
||||||
<option>config</option>, you can specify the path to
|
<option>config</option>, you can specify the path to
|
||||||
|
Loading…
x
Reference in New Issue
Block a user