mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-03-29 09:17:24 -04:00
migrate sites to central db
This commit is contained in:
parent
09fac5ab72
commit
5322e95d73
4 changed files with 39 additions and 26 deletions
10
hosts/nixos/HandlerOne/database.nix
Normal file
10
hosts/nixos/HandlerOne/database.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{pkgs, ...}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
mycli
|
||||
];
|
||||
|
||||
services.mysql = {
|
||||
enable = true;
|
||||
package = pkgs.mariadb_118;
|
||||
};
|
||||
}
|
||||
|
|
@ -17,6 +17,7 @@
|
|||
|
||||
# FIXME(TODO): Turn this into it's own backup module
|
||||
./backup.nix
|
||||
./database.nix
|
||||
|
||||
# Disks
|
||||
inputs.disko.nixosModules.disko
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue