[bookstack] Adds bookstack and cleans up a bunch of other files. Rewrites how mariadb instances are provisioned.

This commit is contained in:
2025-03-25 14:37:12 -07:00
parent 0ddb2989b4
commit 83ed3a4809
7 changed files with 133 additions and 31 deletions

View File

@@ -1,5 +1,5 @@
# Not in use, just reference.
{ config, pkgs, ... }:
{ config, ... }:
let inherit (import ./lib.nix config) mkContainer; in
{
virtualisation.oci-containers.containers.baserow = mkContainer {
@@ -19,4 +19,4 @@ let inherit (import ./lib.nix config) mkContainer; in
description = "No-Code Databases";
};
};
}
}