add baikal to postgres
This commit is contained in:
parent
323c58cedd
commit
f9952abd54
4 changed files with 11 additions and 5 deletions
|
|
@ -192,6 +192,12 @@
|
|||
group = "postgres";
|
||||
mode = "0400";
|
||||
};
|
||||
postgres-baikal = {
|
||||
file = ./secrets/postgres-baikal.age;
|
||||
owner = "postgres";
|
||||
group = "postgres";
|
||||
mode = "0400";
|
||||
};
|
||||
};
|
||||
}
|
||||
./hosts/sql
|
||||
|
|
|
|||
Loading…
Reference in a new issue