camelot: add Gemini webserver
This commit is contained in:
parent
ba85799e38
commit
4b7fdbc644
2 changed files with 13 additions and 0 deletions
|
@ -13,6 +13,7 @@
|
||||||
./gotosocial.nix
|
./gotosocial.nix
|
||||||
./forgejo.nix
|
./forgejo.nix
|
||||||
./zfs.nix
|
./zfs.nix
|
||||||
|
./gemini.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
services.nginx = {
|
services.nginx = {
|
||||||
|
|
12
configurations/camelot/gemini.nix
Normal file
12
configurations/camelot/gemini.nix
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
{
|
||||||
|
services.agate = {
|
||||||
|
enable = true;
|
||||||
|
hostnames = [
|
||||||
|
"dalaran.fr"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
|
networking.firewall.allowedTCPPorts = [
|
||||||
|
1965
|
||||||
|
];
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue