niksos/hosts/chmura/default.nix
jacekpoz 826d63c832
feat: swap unmaintained anki sync server
the ankisyncd is dead. long live the anki-sync-server!
2023-09-13 20:23:38 +02:00

13 lines
261 B
Nix

_: {
imports = [
./anki-sync-server.nix
./conduit.nix
./configuration.nix
#./freshrss.nix
./grafana.nix
./hardware-configuration.nix
./i2pd.nix
#./minecraft
#./qbittorrent.nix
];
}