VEGAS/database: drop
This commit is contained in:
parent
af61824dc9
commit
b9d0c97887
2 changed files with 0 additions and 18 deletions
|
@ -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";
|
|
||||||
};
|
|
||||||
}
|
|
|
@ -7,7 +7,6 @@
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
|
|
||||||
# Plumbing
|
# Plumbing
|
||||||
./modules/database
|
|
||||||
./modules/redis
|
./modules/redis
|
||||||
./modules/virtualisation
|
./modules/virtualisation
|
||||||
depot.inputs.agenix.nixosModules.age
|
depot.inputs.agenix.nixosModules.age
|
||||||
|
|
Loading…
Reference in a new issue