mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-14 11:20:19 +01:00
ZeNixComputa: Add database for regalade
This commit is contained in:
parent
5db08ceb6a
commit
f2d8f7e7b4
1 changed files with 5 additions and 2 deletions
|
|
@ -49,10 +49,13 @@
|
|||
ensureUsers = [
|
||||
{
|
||||
name = "traxys";
|
||||
ensurePermissions = {"DATABASE \"list\"" = "ALL PRIVILEGES";};
|
||||
ensurePermissions = {
|
||||
"DATABASE \"list\"" = "ALL PRIVILEGES";
|
||||
"DATABASE \"regalade\"" = "ALL PRIVILEGES";
|
||||
};
|
||||
}
|
||||
];
|
||||
ensureDatabases = ["list"];
|
||||
ensureDatabases = ["list" "regalade"];
|
||||
};
|
||||
|
||||
# This value determines the NixOS release from which the default
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue