make test vm use mysql db
This commit is contained in:
parent
3429d2ea63
commit
ce44d19168
2 changed files with 21 additions and 17 deletions
|
|
@ -26,6 +26,10 @@
|
|||
enable = true;
|
||||
#autorun = false;
|
||||
domainName = "seaf.local";
|
||||
db = {
|
||||
type = "mysql";
|
||||
passwordFile = toString (pkgs.writeText "testPW" "lol");
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue