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