VEGAS/database: drop

This commit is contained in:
Max Headroom 2024-07-23 19:15:26 +02:00
parent af61824dc9
commit b9d0c97887
2 changed files with 0 additions and 18 deletions

View file

@ -1,17 +0,0 @@
{ lib, pkgs, ... }:
{
services.postgresql = {
enable = false;
enableTCPIP = true;
checkConfig = true;
package = pkgs.postgresql_12;
dataDir = "/srv/storage/database/postgres-12/data";
};
services.mysql = {
enable = false;
settings.mysqld.bind-address = "127.0.0.1";
package = pkgs.mariadb;
dataDir = "/srv/storage/database/mariadb/data";
};
}

View file

@ -7,7 +7,6 @@
./hardware-configuration.nix
# Plumbing
./modules/database
./modules/redis
./modules/virtualisation
depot.inputs.agenix.nixosModules.age