drop calibre; add booklore quadlet; need to figure out proxying

This commit is contained in:
TheWanderingCrow 2025-12-08 18:55:32 -05:00
parent 558115d0d8
commit b2a250e584
3 changed files with 40 additions and 12 deletions

View file

@ -0,0 +1,11 @@
{ inputs, lib, ... }:
{
imports = [
inputs.quadlet-nix.nixosModules.quadlet
];
virtualisation.quadlet = {
enable = true;
autoEscape = lib.mkForce true;
};
}