mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-27 17:08:29 +02:00
simple mailserver config
This commit is contained in:
parent
e04491f9dd
commit
6972c8d5dd
5 changed files with 173 additions and 66 deletions
|
@ -38,6 +38,10 @@
|
|||
htop-vim
|
||||
helix
|
||||
];
|
||||
users.users.rouven = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" ];
|
||||
};
|
||||
programs.git = {
|
||||
enable = true;
|
||||
config = {
|
||||
|
|
8
hosts/falkenstein-1/modules/mail/default.nix
Normal file
8
hosts/falkenstein-1/modules/mail/default.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ ... }:
|
||||
{
|
||||
mailserver = {
|
||||
enable = true;
|
||||
fqdn = "mail.rfive.de";
|
||||
domains = [ "rfive.de" ];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue