summaryrefslogtreecommitdiffstats
path: root/profiles/server.nix
blob: 3084d2634d900240bd46da42e3820cf294406972 (plain)
1
2
3
4
5
6
7
8
9
{ modulesPath, ... }:

{
  imports = [
    (modulesPath + "/profiles/headless.nix")
    (modulesPath + "/profiles/hardened.nix")
  ];

}