Give up on Wireguard for now

master
Sven Slootweg 7 years ago
parent 9e2628dbba
commit 67ad8736eb

@ -138,7 +138,7 @@ in {
127.0.0.1 im-project.im 127.0.0.1 im-project.im
''; '';
networking.wireguard = { /*networking.wireguard.interfaces = {
wg0 = { wg0 = {
ips = [ "192.168.3.1/24" ]; ips = [ "192.168.3.1/24" ];
privateKey = (import ../private/credentials.nix).wireguard.privateKey; privateKey = (import ../private/credentials.nix).wireguard.privateKey;
@ -147,7 +147,7 @@ in {
publicKey = "2LAxq8w89vdCqa+Jdtk4xsaJ0OcbU/jv71mzm/K0pXE="; publicKey = "2LAxq8w89vdCqa+Jdtk4xsaJ0OcbU/jv71mzm/K0pXE=";
}]; }];
}; };
}; };*/
nix.useSandbox = true; nix.useSandbox = true;
} }

@ -60,7 +60,7 @@ in {
load-module module-combine-sink sink_name=all load-module module-combine-sink sink_name=all
''; '';
networking.wireguard = { /*networking.wireguard.interfaces = {
wg0 = { wg0 = {
ips = [ "192.168.3.2" ]; ips = [ "192.168.3.2" ];
privateKey = (import ../private/credentials.nix).wireguard.privateKey; privateKey = (import ../private/credentials.nix).wireguard.privateKey;
@ -70,7 +70,7 @@ in {
endpoint = "80.100.254.69:51820"; endpoint = "80.100.254.69:51820";
}]; }];
}; };
}; };*/
nix.useSandbox = true; nix.useSandbox = true;

Loading…
Cancel
Save