Skip to content

Commit

Permalink
nixos/containers: update example path to match defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Mar 29, 2021
1 parent b975349 commit da7bf30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/virtualisation/nixos-containers.nix
Expand Up @@ -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
Expand Down

0 comments on commit da7bf30

Please sign in to comment.