decoysnail: use intel driver

This commit is contained in:
Gabriel Ebner 2019-03-08 12:37:04 +01:00
parent 41f5e6bd11
commit d9c7c6db05
1 changed files with 6 additions and 1 deletions

View File

@ -69,7 +69,8 @@
peers = [{
publicKey = "ByLlJbevlTBooAo2RIZGGJvBHKqA9qiOpHBvR5yuJX4=";
allowedIPs = ["10.56.0.0/14" "10.60.1.1"];
endpoint = "mtlaa-gw.gebner.org:35869";
# endpoint = "mtlaa-gw.gebner.org:35869";
endpoint = "84.112.114.160:35869";
persistentKeepalive = 25;
}];
};
@ -79,4 +80,8 @@
enable = true;
};
services.xserver = {
videoDrivers = [ "intel" ];
};
}