omniflake/system/web-server/default.nix
2026-01-22 00:19:40 +01:00

16 lines
184 B
Nix

{ ... }:
{
imports = [
./nginx.nix
./letsencrypt.nix
./forgejo.nix
./outline.nix
./radicale.nix
# ./ksh.nix
./ksh-map.nix
./oopsidenfiy.nix
];
}