add profiles.server

This commit is contained in:
Hendrik Sokolowski 2022-08-22 00:45:21 +02:00
parent c6fefac861
commit d8a09bf213

View file

@ -0,0 +1,7 @@
{ self, config, lib, pkgs, ... }:
let inherit (lib) fileContents;
in
{
pub-solar.server.enable = true;
hardware.ksm.enable = true;
}