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

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