diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2017-03-09 21:31:58 +0100 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2017-03-09 21:31:58 +0100 |
| commit | 504f37e806fec0077fa894955c818578f68a69b1 (patch) | |
| tree | 09d52613874e37652cadc95e278b579fba2a28bf | |
| parent | b519427c4e02671dffa24aa6e6ddf536480fb9d4 (diff) | |
| download | nixos-504f37e806fec0077fa894955c818578f68a69b1.tar nixos-504f37e806fec0077fa894955c818578f68a69b1.tar.gz nixos-504f37e806fec0077fa894955c818578f68a69b1.tar.bz2 nixos-504f37e806fec0077fa894955c818578f68a69b1.tar.xz nixos-504f37e806fec0077fa894955c818578f68a69b1.zip | |
Typing
| -rw-r--r-- | bragi.nix | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -362,7 +362,7 @@ in rec { | |||
| 362 | authentication = lib.mkForce '' | 362 | authentication = lib.mkForce '' |
| 363 | local all all peer | 363 | local all all peer |
| 364 | ''; | 364 | ''; |
| 365 | initialScript = '' | 365 | initialScript = pkgs.writeText "schema.sql" '' |
| 366 | CREATE DATABASE thermoprint; | 366 | CREATE DATABASE thermoprint; |
| 367 | CREATE USER thermoprint; | 367 | CREATE USER thermoprint; |
| 368 | GRANT ALL ON DATABASE thermoprint TO thermoprint; | 368 | GRANT ALL ON DATABASE thermoprint TO thermoprint; |
