aboutsummaryrefslogtreecommitdiff
path: root/modules/nixos/default.nix
blob: 669cd75ebc44cdb0aeaa0904f59d99c5ce544bc7 (plain) (blame)
1
2
3
4
5
6
7
8
{ ... }:
{
  imports = [
    ./base.nix
    ./cgroups.nix
    ./ssh.nix
  ];
}