nixos/src/system/modules/default.nix
2024-03-01 15:49:38 -05:00

7 lines
59 B
Nix

{
imports = [
./bitcoin
./nginx
./tor
];
}