nixos-config/configurations/camelot/gemini.nix

12 lines
150 B
Nix

{
services.agate = {
enable = true;
hostnames = [
"dalaran.fr"
];
};
networking.firewall.allowedTCPPorts = [
1965
];
}