Update nix setup

Need to remove solr, because it has been dropped in nixos 23.11
This commit is contained in:
eikek
2024-01-29 22:14:15 +01:00
parent 50dadad48e
commit 96c825e93a
5 changed files with 12 additions and 55 deletions

View File

@ -2,6 +2,5 @@
{
imports = [
./configuration-test.nix
./solr.nix
];
}