Files
clan-core/clanServices/flake-module.nix
2025-06-05 12:49:51 +02:00

18 lines
422 B
Nix

{ ... }:
{
imports = [
./admin/flake-module.nix
./deltachat/flake-module.nix
./ergochat/flake-module.nix
./garage/flake-module.nix
./heisenbridge/flake-module.nix
./localsend/flake-module.nix
./mycelium/flake-module.nix
./auto-upgrade/flake-module.nix
./hello-world/flake-module.nix
./wifi/flake-module.nix
./borgbackup/flake-module.nix
./zerotier/flake-module.nix
];
}