don't enable ksm in containers

This commit is contained in:
chaos 2024-04-11 14:41:45 +01:00
parent 87f4acbbd7
commit c691bcd7f3
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ in {
linux-firmware
];
ksm.enable = true;
ksm.enable = mkIf (!config.boot.isContainer) true;
i2c.enable = true;