mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 02:12:55 +02:00
Add nix-infra-machine
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{ config, pkgs, lib, ... }: {
|
||||
# Enable PostgreSQL using the infrastructure module
|
||||
infrastructure.postgresql = {
|
||||
enable = true;
|
||||
bindToIp = "127.0.0.1";
|
||||
bindToPort = 5432;
|
||||
initialDatabases = [ "testdb" ];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user