mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
nixos/lxc-container: undo some of the minimal profile stuff
This commit is contained in:
parent
d4288c8e3f
commit
2b6bfed79c
3 changed files with 7 additions and 11 deletions
|
@ -94,9 +94,4 @@ with lib;
|
|||
# Before changing this value read the documentation for this option
|
||||
# (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