puyak.r: allow vnc

This commit is contained in:
lassulus 2017-09-11 20:10:07 +02:00
parent 5067cc312e
commit de16ae2a12

View File

@ -71,4 +71,5 @@
isNormalUser = true;
shell = "/run/current-system/sw/bin/zsh";
};
networking.firewall.allowedTCPPorts = [ 5901 ];
}