Setup mail service to be hosted on Bomberman
This commit is contained in:
parent
734e76940d
commit
f7c3f6e279
5 changed files with 54 additions and 48 deletions
|
@ -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";
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
../../../modules/system/programs/security
|
||||
../../../modules/system/services/common
|
||||
../../../modules/system/services/server
|
||||
../../../modules/system/services/server/mailserver/roundcube
|
||||
|
||||
# Misc
|
||||
../../../overlays
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue