Files
clan-core/clanServices/flake-module.nix
2025-06-04 01:29:52 +02:00

14 lines
289 B
Nix

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