17 lines
389 B
Nix
17 lines
389 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./admin/flake-module.nix
|
|
./deltachat/flake-module.nix
|
|
./ergochat/flake-module.nix
|
|
./garage/flake-module.nix
|
|
./heisenbridge/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
|
|
];
|
|
}
|