get rid of anki, does not work

This commit is contained in:
Kopatz
2023-12-01 18:44:53 +01:00
parent f771b16e4b
commit a5d08a38ad
2 changed files with 0 additions and 8 deletions

View File

@@ -68,7 +68,6 @@
./modules/kavita.nix
./modules/netdata.nix
./modules/tmpfs.nix
./modules/anki.nix
### Hardware ###
./modules/hardware/ssd.nix
home-manager.nixosModules.home-manager

View File

@@ -1,7 +0,0 @@
{
services.ankisyncd = {
enable = true;
port = 27701;
openFirewall = true;
};
}