Compare commits

..

1 commit

Author SHA1 Message Date
Gonne Kretschmer
4b0c3f7948 Move Jitsi to a module 2023-10-23 17:59:45 +02:00

View file

@ -15,6 +15,7 @@ in
enable = mkEnableOption "mathebau jitsi service"; enable = mkEnableOption "mathebau jitsi service";
hostName = mkOption { hostName = mkOption {
type = str; type = str;
default = null;
}; };
localAddress = mkOption { localAddress = mkOption {
type = str; type = str;