done with db class and forgot to remove this :-)
This commit is contained in:
parent
a059d8a2b9
commit
3ed8723607
1 changed files with 0 additions and 13 deletions
|
@ -150,19 +150,6 @@
|
|||
};
|
||||
|
||||
ratbagd.enable = true;
|
||||
|
||||
# db
|
||||
mysql = {
|
||||
enable = true;
|
||||
package = pkgs.mariadb;
|
||||
};
|
||||
postgresql = {
|
||||
enable = true;
|
||||
ensureUsers = [{
|
||||
name = "jacek";
|
||||
ensureClauses.superuser = true;
|
||||
}];
|
||||
};
|
||||
};
|
||||
|
||||
programs.gnupg.agent = {
|
||||
|
|
Loading…
Reference in a new issue