Lobons Testconfig

This commit is contained in:
Gonne 2024-02-05 21:36:51 +01:00
parent 4197474fec
commit 263b5b9b47
4 changed files with 135 additions and 0 deletions

View file

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