Satori: misc changes

This commit is contained in:
2021-07-04 21:33:07 +05:30
parent b1d7988152
commit e7da496981
13 changed files with 211 additions and 224 deletions

View File

@@ -4,9 +4,10 @@
networking = {
hostName = "Satori";
wireless.enable = true;
wireless.interfaces = [ "wlp0s20f3" ];
firewall = {
allowedTCPPorts = [ 22 ];
allowedUDPPorts = [ 17840 ];
allowedTCPPorts = [ 22 18172 ];
allowedUDPPorts = [ 22 17840 18172 ];
};
interfaces = {
enp7s0.useDHCP = true;
@@ -21,7 +22,7 @@
wireguard.interfaces.wg0 = {
ips = [ "10.55.0.3/32" ];
listenPort = 17840;
privateKeyFile = "/var/secrets/wg.key";
privateKeyFile = "/var/wg";
peers = [
{
#Oracle VM1