summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2022-05-06 00:11:07 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2022-05-06 00:11:07 +0200
commita8ceaf922695b585aa7cb8ad74b7ec1850f788e0 (patch)
tree714bf1c34789018045522071272f2561bb9345de /hosts
parente23823d812de7df0eb1c3f8c9df63956158802c6 (diff)
downloadnixos-a8ceaf922695b585aa7cb8ad74b7ec1850f788e0.tar
nixos-a8ceaf922695b585aa7cb8ad74b7ec1850f788e0.tar.gz
nixos-a8ceaf922695b585aa7cb8ad74b7ec1850f788e0.tar.bz2
nixos-a8ceaf922695b585aa7cb8ad74b7ec1850f788e0.tar.xz
nixos-a8ceaf922695b585aa7cb8ad74b7ec1850f788e0.zip
surtr: ...
Diffstat (limited to 'hosts')
-rw-r--r--hosts/surtr/postgresql.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/surtr/postgresql.nix b/hosts/surtr/postgresql.nix
index 0352c27f..083bc979 100644
--- a/hosts/surtr/postgresql.nix
+++ b/hosts/surtr/postgresql.nix
@@ -63,7 +63,7 @@ in {
63 DROP VIEW virtual_mailbox_domain; 63 DROP VIEW virtual_mailbox_domain;
64 DROP VIEW virtual_mailbox_mapping; 64 DROP VIEW virtual_mailbox_mapping;
65 DROP VIEW imap_user; 65 DROP VIEW imap_user;
66 DROP VIWE lmtp_mapping; 66 DROP VIEW lmtp_mapping;
67 67
68 CREATE EXTENSION citext; 68 CREATE EXTENSION citext;
69 69