feat: use redb

This commit is contained in:
2025-01-27 23:17:30 +01:00
parent ba56a82926
commit a164b0628d
27 changed files with 2341 additions and 739 deletions

View File

@@ -75,12 +75,7 @@
};
nixosModules.default =
{
config,
pkgs,
lib,
...
}:
{ config, lib, ... }:
let
cfg = config.services.ascend;
in