aboutsummaryrefslogtreecommitdiff
path: root/modules/hosts/default.nix
blob: 327e3ded86a4c04a3d863e99c7d7d4bf62e7002f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{ ... }:

{
  imports = [
    ./audio
    ./desktop
    ./dns
    ./openssh
    ./printer
    ./server
    ./wooting
  ];
}