omniflake/system/web-server/default.nix
2026-03-05 22:01:29 +01:00

15 lines
162 B
Nix

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