mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-20 13:50:58 +01:00
ZeNixComputa: Add database to test kabalist
This commit is contained in:
parent
e06aa30a63
commit
5db08ceb6a
1 changed files with 11 additions and 0 deletions
|
|
@ -44,6 +44,17 @@
|
|||
|
||||
hardware.ckb-next.enable = true;
|
||||
|
||||
services.postgresql = {
|
||||
enable = true;
|
||||
ensureUsers = [
|
||||
{
|
||||
name = "traxys";
|
||||
ensurePermissions = {"DATABASE \"list\"" = "ALL PRIVILEGES";};
|
||||
}
|
||||
];
|
||||
ensureDatabases = ["list"];
|
||||
};
|
||||
|
||||
# This value determines the NixOS release from which the default
|
||||
# settings for stateful data, like file locations and database versions
|
||||
# on your system were taken. It‘s perfectly fine and recommended to leave
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue