Enable ksm for server profile

This commit is contained in:
Hendrik Sokolowski 2022-05-23 23:29:55 +02:00
parent 25d362ed79
commit 0d0ca1ac7e

View file

@ -3,4 +3,5 @@ let inherit (lib) fileContents;
in
{
pub-solar.server.enable = true;
hardware.ksm.enable = true;
}