vaultwarden
This commit is contained in:
parent
b5b763bd40
commit
9d661deba1
7 changed files with 90 additions and 82 deletions
12
nixos/services/anki.nix
Normal file
12
nixos/services/anki.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{...}: {
|
||||
services.anki-sync-server = {
|
||||
enable = true;
|
||||
address = "0.0.0.0";
|
||||
users = [
|
||||
{
|
||||
username = "tristan";
|
||||
password = "password";
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue