Setze Mailman-Maschine auf

This commit is contained in:
Gonne 2024-02-05 21:36:51 +01:00 committed by Gonne
parent 0550754cdd
commit 1ab6e5d868
3 changed files with 118 additions and 0 deletions

View file

@ -0,0 +1,21 @@
{
imports = [
./hardware-configuration.nix
../../modules/mailman.nix
../../roles
../../roles/vm.nix
../../modules/vmNetwork.nix
];
# System configuration here
services.mathebau-mailman = {
enable = true;
hostName = "lists.mathebau.de";
siteOwner = "root@mathebau.de";
};
networking.hostName = "lobon";
vmNetwork.ipv4 = "192.168.0.22";
system.stateVersion = "23.11";
}