summaryrefslogtreecommitdiff
path: root/os/srv/srv.nix
blob: 80b6296d6a2900a03fbd57bb75539f4aaac0d27d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{ ... }:
{
  imports = [
    ./syncthing.nix
    ./tor.nix
    ./sops.nix
    ./bluetooth.nix
    ./compat.nix
    ./files.nix
    ./gaming.nix
    ./virtualization.nix
    ./nix-helper.nix
    ./ollama.nix
    ./kdeconnect.nix
    ./monero.nix
    ./vpn.nix
    ./i2p.nix
    ./yggdrasil.nix
    ./omnisearch.nix
  ];
}