nolounge
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
#../../../profiles/http/services/resilio.nix
|
||||
../../../profiles/http/services/roundcube.nix
|
||||
#../../../profiles/http/services/snappymail.nix # WIP
|
||||
../../../profiles/http/services/thelounge.nix
|
||||
# ../../../profiles/http/services/thelounge.nix
|
||||
../../../profiles/http/services/vaultwarden.nix
|
||||
../../../profiles/http/services/webdav-zotero.nix
|
||||
#../../../profiles/http/services/garage/gunktrunk.nix
|
||||
|
||||
@@ -11,16 +11,16 @@ in
|
||||
enable = true;
|
||||
public = false;
|
||||
port = 5876;
|
||||
# theLoungePlugins.themes is view of nodePackages_latest.thelounge-theme-*
|
||||
# theLoungePlugins.plugins is view of nodePackages_latest.thelounge-plugin-*
|
||||
plugins = with pkgs.theLoungePlugins;
|
||||
(with lib; attrValues (filterAttrs (name: _: name != "recurseForDerivations") themes))
|
||||
++ [
|
||||
#plugins.giphy
|
||||
#plugins.shortcuts
|
||||
plugins.closepms
|
||||
];
|
||||
extraConfig.theme = "One Dark";
|
||||
#theLoungePlugins.themes was a view of nodePackages_latest.thelounge-theme-*
|
||||
#theLoungePlugins.plugins was a view of nodePackages_latest.thelounge-plugin-*
|
||||
# plugins = with pkgs.theLoungePlugins;
|
||||
# (with lib; attrValues (filterAttrs (name: _: name != "recurseForDerivations") themes))
|
||||
# ++ [
|
||||
# #plugins.giphy
|
||||
# #plugins.shortcuts
|
||||
# plugins.closepms
|
||||
# ];
|
||||
# extraConfig.theme = "One Dark";
|
||||
extraConfig.fileUpload.enable = true;
|
||||
extraConfig.fileUpload.baseUrl = "${mkDomain "thelounge"}";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user