mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 14:10:33 +03:00
Merge pull request #197917 from SuperSandro2000/kernel-enable
This commit is contained in:
commit
9477fa1e44
3 changed files with 7 additions and 2 deletions
|
@ -7,6 +7,8 @@ with lib;
|
|||
config = mkIf config.boot.isContainer {
|
||||
|
||||
# Disable some features that are not useful in a container.
|
||||
boot.kernel.enable = false;
|
||||
|
||||
nix.optimise.automatic = mkDefault false; # the store is host managed
|
||||
powerManagement.enable = mkDefault false;
|
||||
documentation.nixos.enable = mkDefault false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue