refactor: add mail-01 to colmena
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
parent
df16d13590
commit
9d5d5f447a
9 changed files with 90 additions and 148 deletions
|
|
@ -1,5 +1,12 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
|
||||
systemd.network.networks."30-wan".addresses = [
|
||||
{
|
||||
Address = "2a01:4f8:c012:15d4::/64";
|
||||
}
|
||||
];
|
||||
|
||||
services.postgresql = {
|
||||
enable = true;
|
||||
enableTCPIP = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue