don't enable ksm in containers
This commit is contained in:
parent
87f4acbbd7
commit
c691bcd7f3
|
@ -16,7 +16,7 @@ in {
|
|||
linux-firmware
|
||||
];
|
||||
|
||||
ksm.enable = true;
|
||||
ksm.enable = mkIf (!config.boot.isContainer) true;
|
||||
|
||||
i2c.enable = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue