{ imports = [ ./hardware-configuration.nix ../../modules/jitsi.nix ../../roles ../../roles/vm.nix ../../modules/vmNetwork.nix ]; services.mathebau-jitsi = { enable = true; hostName = "meet.mathebau.de"; }; # System configuration here networking.hostName = "ghatanothoa"; vmNetwork.ipv4 = "192.168.0.25"; system.stateVersion = "23.11"; }