flood: --noauth instead of auth none
This commit is contained in:
parent
901c72f9b1
commit
6732853412
|
@ -24,7 +24,7 @@ in {
|
|||
after = [ "rtorrent.service" ];
|
||||
serviceConfig = {
|
||||
User = "rtorrent";
|
||||
ExecStart = "${pkgs.nodePackages.flood}/bin/flood --auth none --port ${toString web-port} --rtsocket ${config.services.rtorrent.rpcSocket}";
|
||||
ExecStart = "${pkgs.nodePackages.flood}/bin/flood --noauth --port ${toString web-port} --rtsocket ${config.services.rtorrent.rpcSocket}";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue