os/profiles/server/default.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
137 B
Nix
Raw Normal View History

2022-08-21 22:45:21 +00:00
{ self, config, lib, pkgs, ... }:
let inherit (lib) fileContents;
in
{
pub-solar.server.enable = true;
hardware.ksm.enable = true;
}