15 lines
365 B
Nix
15 lines
365 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
# ./bonsaid.nix #< UPSTREAMING IN PROGRESS: <https://github.com/NixOS/nixpkgs/pull/347818>
|
|
# ./buffyboard.nix #< UPSTREAMING IN PROGRESS: <https://github.com/NixOS/nixpkgs/pull/358941>
|
|
./dropbear.nix
|
|
./clightning.nix
|
|
./dyn-dns.nix
|
|
./eg25-manager.nix
|
|
./hickory-dns
|
|
./kiwix-serve.nix
|
|
./ollama.nix
|
|
];
|
|
}
|