0
0
Fork 0
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:
Izorkin 2022-12-09 21:16:32 +03:00
parent d4288c8e3f
commit 2b6bfed79c
No known key found for this signature in database
GPG key ID: 1436C1B3F3679F09
3 changed files with 7 additions and 11 deletions

View file

@ -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;
}