···1010 # Disable automatically generating desktop icon
1111 noDesktopIcon=true
1212 noBackup=${lib.boolToString cfg.noBackup}
1313+ noAuthentication=${lib.boolToString cfg.noAuthentication}
13141415 [Network]
1516 # host setting is relevant only for web deployments - set the host on which the server will listen
···4647 default = false;
4748 description = lib.mdDoc ''
4849 Disable periodic database backups.
5050+ '';
5151+ };
5252+5353+ noAuthentication = mkOption {
5454+ type = types.bool;
5555+ default = false;
5656+ description = ''
5757+ If set to true, no password is required to access the web frontend.
4958 '';
5059 };
5160
···7788 # Please keep the version x.y.0.z and do not update to x.y.76.z because the
99 # source of the latter disappears much faster.
1010- version = "8.82.0.403";
1010+ version = "8.86.0.407";
11111212 rpath = lib.makeLibraryPath [
1313 alsa-lib
···6868 "https://mirror.cs.uchicago.edu/skype/pool/main/s/skypeforlinux/skypeforlinux_${version}_amd64.deb"
6969 "https://web.archive.org/web/https://repo.skype.com/deb/pool/main/s/skypeforlinux/skypeforlinux_${version}_amd64.deb"
7070 ];
7171- sha256 = "sha256-45aHb6BI0kUnJOlRsglyGdZ6+8sLmHZK3FN8nYpuHXM=";
7171+ sha256 = "sha256-46M0JYP5QBCTCRqLtNyrQsEc6PsK6WRssb55IkG6pu0=";
7272 }
7373 else
7474 throw "Skype for linux is not supported on ${stdenv.hostPlatform.system}";