add anki server to zenix
This commit is contained in:
parent
1cd82715d1
commit
fdb5c0bad3
2 changed files with 13 additions and 0 deletions
|
|
@ -32,6 +32,7 @@
|
||||||
./nixos/programs/hyprland.nix
|
./nixos/programs/hyprland.nix
|
||||||
./nixos/programs/gamer.nix
|
./nixos/programs/gamer.nix
|
||||||
./nixos/programs/personal.nix
|
./nixos/programs/personal.nix
|
||||||
|
./nixos/programs/anki.nix
|
||||||
] [
|
] [
|
||||||
./home/programs/gamer.nix
|
./home/programs/gamer.nix
|
||||||
./home/programs/personal.nix
|
./home/programs/personal.nix
|
||||||
|
|
|
||||||
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