l daedalus: disable tor-browser for now

This commit is contained in:
lassulus 2021-07-29 15:49:48 +02:00
parent 36db8bee2f
commit b19cfab1f3
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ with import <stockholm/lib>;
#remote control
environment.systemPackages = with pkgs; [
x11vnc
torbrowser
# torbrowser
];
krebs.iptables.tables.filter.INPUT.rules = [
{ predicate = "-p tcp -i retiolum --dport 5900"; target = "ACCEPT"; }