aboutsummaryrefslogtreecommitdiff
path: root/modules/services/nixos/default.nix
blob: db637e8ee2e6bd01a51bcafedec2abf479ab7cde (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  imports = [
    ./networking
    ./audio.nix
    ./bluetooth.nix
    ./tailscale.nix
    ./wireguard
    ./selfhost
    ./ssh.nix
  ];
}