migrate sites to central db

This commit is contained in:
TheWanderingCrow 2026-03-22 10:32:15 -04:00
parent 09fac5ab72
commit 5322e95d73
4 changed files with 39 additions and 26 deletions

View file

@ -0,0 +1,10 @@
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
mycli
];
services.mysql = {
enable = true;
package = pkgs.mariadb_118;
};
}

View file

@ -17,6 +17,7 @@
# FIXME(TODO): Turn this into it's own backup module
./backup.nix
./database.nix
# Disks
inputs.disko.nixosModules.disko