mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
lxdImage: enable docs & xlibs in standalone image
This commit is contained in:
parent
fec499bb98
commit
3c3349e24b
2 changed files with 9 additions and 0 deletions
|
@ -96,4 +96,8 @@ with lib;
|
|||
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
|
||||
system.stateVersion = "21.05"; # Did you read the comment?
|
||||
|
||||
# As this is intended as a stadalone image, undo some of the minimal profile stuff
|
||||
documentation.enable = true;
|
||||
documentation.nixos.enable = true;
|
||||
environment.noXlibs = false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue