mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-30 01:54:18 -05:00
drop calibre; add booklore quadlet; need to figure out proxying
This commit is contained in:
parent
558115d0d8
commit
b2a250e584
3 changed files with 40 additions and 12 deletions
11
modules/quadlets/default.nix
Normal file
11
modules/quadlets/default.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{ inputs, lib, ... }:
|
||||
{
|
||||
imports = [
|
||||
inputs.quadlet-nix.nixosModules.quadlet
|
||||
];
|
||||
|
||||
virtualisation.quadlet = {
|
||||
enable = true;
|
||||
autoEscape = lib.mkForce true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue