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