add anki server to zenix
This commit is contained in:
parent
1cd82715d1
commit
fdb5c0bad3
2 changed files with 13 additions and 0 deletions
12
nixos/programs/anki.nix
Normal file
12
nixos/programs/anki.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
...
|
||||
}: {
|
||||
services.anki-sync-server = {
|
||||
enable = true;
|
||||
address = "100.65.29.110";
|
||||
users = [{
|
||||
username = "tristan";
|
||||
password = "password";
|
||||
} ];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue