aboutsummaryrefslogblamecommitdiff
path: root/hosts/common/system/default.nix
blob: 2b48e4e2d861c0dce956b42ae183dfa53d541e46 (plain) (tree)
1
2
3
4
5
6
              
 
 

                                                                           
 
{ pkgs, ... }:

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