Setup mail service to be hosted on Bomberman

This commit is contained in:
Jimbo 2024-10-22 20:43:32 -04:00
parent 734e76940d
commit f7c3f6e279
5 changed files with 54 additions and 48 deletions

View file

@ -1,4 +1,4 @@
{ mailserver, config, ... }:
{ config, ... }:
{
imports = [
./hardware
@ -14,13 +14,11 @@
../../../modules/system/programs/git
../../../modules/system/programs/security
../../../modules/system/services/common
../../../modules/system/services/server/mailserver/simplenix
# Misc
../../../overlays
../../../variables
# Imports
mailserver.nixosModule
];
networking.hostName = "bomberman";