Move Jitsi to a module

This commit is contained in:
Gonne Kretschmer 2023-10-23 17:43:13 +02:00
parent 4318950142
commit bb93d3aed5
3 changed files with 61 additions and 25 deletions

View file

@ -3,13 +3,17 @@ flake-inputs:
imports = [
./hardware-configuration.nix
(import ./jitsi.nix flake-inputs)
../../modules/jitsi.nix
../../roles
./network.nix
];
# System configuration here
services.mathebau-jitsi = {
enable = true;
hostName = "meet.mathebau.de";
};
# System configuration here
networking.hostName = "ghatanothoa";
system.stateVersion = "23.11";
}