Skip to content

Commit

Permalink
fix slow instantiate
Browse files Browse the repository at this point in the history
  • Loading branch information
danbst committed Dec 13, 2019
1 parent e63654b commit e80d11a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nixos/modules/virtualisation/container-config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ with lib;

config = mkIf config.boot.isContainer {

documentation.nixos.enable = false;

# Disable some features that are not useful in a container.
nix.optimise.automatic = mkDefault false; # the store is host managed
services.udisks2.enable = mkDefault false;
Expand Down

0 comments on commit e80d11a

Please sign in to comment.