l daedalus.r: add remote control

This commit is contained in:
lassulus 2017-09-02 22:17:31 +02:00
parent 495d8cddb0
commit 5184d19651

View File

@ -57,6 +57,15 @@ with import <stockholm/lib>;
bubsy ALL=(bitcoin) NOPASSWD: ALL
'';
}
{
#remote control
environment.systemPackages = with pkgs; [
x11vnc
];
krebs.iptables.tables.filter.INPUT.rules = [
{ predicate = "-p tcp -i retiolum --dport 5900"; target = "ACCEPT"; }
];
}
];
time.timeZone = "Europe/Berlin";