add profiles.server
This commit is contained in:
parent
fc3486b4ed
commit
aac86e144b
7
profiles/server/default.nix
Normal file
7
profiles/server/default.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ self, config, lib, pkgs, ... }:
|
||||
let inherit (lib) fileContents;
|
||||
in
|
||||
{
|
||||
pub-solar.server.enable = true;
|
||||
hardware.ksm.enable = true;
|
||||
}
|
Loading…
Reference in a new issue