2023-11-08 00:47:14 +01:00
|
|
|
{
|
|
|
|
imports = [
|
|
|
|
./hardware-configuration.nix
|
|
|
|
../../modules/jitsi.nix
|
|
|
|
../../roles
|
2023-12-18 17:52:53 +01:00
|
|
|
../../roles/vm.nix
|
2024-03-31 21:47:33 +02:00
|
|
|
../../modules/vmNetwork.nix
|
2023-11-08 00:47:14 +01:00
|
|
|
];
|
2023-10-18 17:04:30 +02:00
|
|
|
|
2023-10-23 17:43:13 +02:00
|
|
|
services.mathebau-jitsi = {
|
|
|
|
enable = true;
|
|
|
|
hostName = "meet.mathebau.de";
|
|
|
|
};
|
2023-10-18 17:04:30 +02:00
|
|
|
|
2023-11-08 00:47:14 +01:00
|
|
|
# System configuration here
|
2023-10-18 17:04:30 +02:00
|
|
|
networking.hostName = "ghatanothoa";
|
2024-03-31 21:47:33 +02:00
|
|
|
vmNetwork.ipv4 = "192.168.0.25";
|
2023-10-18 17:04:30 +02:00
|
|
|
system.stateVersion = "23.11";
|
|
|
|
}
|