12 lines
150 B
Nix
12 lines
150 B
Nix
{
|
|
services.agate = {
|
|
enable = true;
|
|
hostnames = [
|
|
"dalaran.fr"
|
|
];
|
|
};
|
|
|
|
networking.firewall.allowedTCPPorts = [
|
|
1965
|
|
];
|
|
}
|