nixos/containers: update example path to match defaults
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user