l daedalus: add torbrowser to pkgs

This commit is contained in:
lassulus 2018-12-24 15:49:17 +01:00
parent 53bea08c26
commit 54d220f7fd

View File

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