Configuration for my NixOS based systems and Home Manager
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add users for NATS

+22 -2
+22 -2
services.nix
··· 130 130 settings = { 131 131 authorization = { 132 132 users = [ 133 - { nkey = "UCF5ASC3TP5ISUOWSNXSOZTCBRUBOFN4K25HEFV7FDHV7SM4GPA4DE73"; } 134 - { user = "seedbox@packetlost.dev"; } 133 + { 134 + user = "seedbox@packetlost.dev"; 135 + permissions = { 136 + publish = [ 137 + "torrents" 138 + "torrents.>" 139 + "$JS.API.INFO" 140 + #"$JS.API.STREAM.INFO.>" 141 + "$KV.torrents.>" 142 + #"$JS.API.STREAM.*.*.OBJ_torrents" 143 + "$JS.API.*.*.OBJ_torrents" 144 + "$JS.API.STREAM.MSG.GET.OBJ_torrents" 145 + "$JS.API.*.*.OBJ_torrents.>" 146 + "$O.torrents.>" 147 + ]; 148 + subscribe = [ 149 + "torrents.>" 150 + "_INBOX.>" 151 + ]; 152 + allow_responses = false; 153 + }; 154 + } 135 155 { user = "odin@packetlost.dev"; } 136 156 { user = "misaki@packetlost.dev"; } 137 157 { user = "touma-nixos@packetlost.dev"; }