Files
nix-config/modules/anki.nix
2023-12-01 18:37:17 +01:00

8 lines
112 B
Nix

{
services.ankisyncd = {
enable = true;
port = 27701;
openFirewall = true;
};
}