forked from pub-solar/os
add profiles.server
This commit is contained in:
parent
c6fefac861
commit
d8a09bf213
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