mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
nixos/containers: update example path to match defaults
This commit is contained in:
parent
b9753491a3
commit
da7bf30372
1 changed files with 1 additions and 1 deletions
|
@ -504,7 +504,7 @@ in
|
|||
|
||||
path = mkOption {
|
||||
type = types.path;
|
||||
example = "/nix/var/nix/profiles/containers/webserver";
|
||||
example = "/nix/var/nix/profiles/per-container/webserver";
|
||||
description = ''
|
||||
As an alternative to specifying
|
||||
<option>config</option>, you can specify the path to
|
||||
|
|
Loading…
Reference in a new issue