mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 01:55:13 -05:00
feat: smtp test
This commit is contained in:
parent
2f5d7291c0
commit
12293c0a31
1 changed files with 5 additions and 2 deletions
|
@ -2,9 +2,11 @@
|
|||
lib,
|
||||
flake,
|
||||
...
|
||||
}: let
|
||||
}:
|
||||
let
|
||||
inherit (flake.config.machines.devices) server;
|
||||
in {
|
||||
in
|
||||
{
|
||||
networking = {
|
||||
hostName = server.name;
|
||||
networkmanager.enable = true;
|
||||
|
@ -17,6 +19,7 @@ in {
|
|||
25 # SMTP
|
||||
139 # SMTP
|
||||
587 # SMTP
|
||||
2525 # SMTP
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue