nixos/console: move enable option out of let in
This commit is contained in:
committed by
Sandro Jäckel
parent
a832695c57
commit
5f03b6ddfc
@@ -7,8 +7,11 @@ with lib;
|
||||
config = mkIf config.boot.isContainer {
|
||||
|
||||
# Disable some features that are not useful in a container.
|
||||
|
||||
boot.kernel.enable = false;
|
||||
|
||||
console.enable = mkDefault false;
|
||||
|
||||
nix.optimise.automatic = mkDefault false; # the store is host managed
|
||||
powerManagement.enable = mkDefault false;
|
||||
documentation.nixos.enable = mkDefault false;
|
||||
|
||||
Reference in New Issue
Block a user