diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2017-03-09 16:39:54 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2017-03-09 16:39:54 +0100 |
commit | 91e7a818fc03704ef66176597551de347daafcd1 (patch) | |
tree | 0129615917a3e915107dfdff85c900cd96e6b67e /bragi.nix | |
parent | 78d20865d0ff0e743c0654600fa854bdb3fa6c99 (diff) | |
download | nixos-91e7a818fc03704ef66176597551de347daafcd1.tar nixos-91e7a818fc03704ef66176597551de347daafcd1.tar.gz nixos-91e7a818fc03704ef66176597551de347daafcd1.tar.bz2 nixos-91e7a818fc03704ef66176597551de347daafcd1.tar.xz nixos-91e7a818fc03704ef66176597551de347daafcd1.zip |
Authenticate root for any db
Diffstat (limited to 'bragi.nix')
-rw-r--r-- | bragi.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -368,6 +368,7 @@ in rec { | |||
368 | enable = true; | 368 | enable = true; |
369 | authentication = lib.mkForce '' | 369 | authentication = lib.mkForce '' |
370 | local sameuser all peer | 370 | local sameuser all peer |
371 | local root all peer | ||
371 | ''; | 372 | ''; |
372 | }; | 373 | }; |
373 | 374 | ||