aboutsummaryrefslogtreecommitdiff
path: root/hosts/common/system/default.nix
blob: 291314b122e0616acba9735661ca12b5a15472c4 (plain) (blame)
1
2
3
4
5
{ pkgs, ... }:

{
  imports = [ ./boot.nix ./hardware.nix ./network.nix ./security.nix ];
}