need to use gnome for wireguard client config :(

This commit is contained in:
Tyler Starr 2023-10-08 11:03:20 -07:00
parent 1dcf013676
commit 84de8bb961

View File

@ -87,13 +87,14 @@
system = { system = {
ssh.enable = true; ssh.enable = true;
terminal.enable = true; terminal.enable = true;
wireguard-client = { # Wireguard managed by gnome
enable = true; #wireguard-client = {
privateKeyFile = "/home/${user}/.wireguard/bulwark"; # enable = true;
address = [ "192.168.2.4/24" ]; # privateKeyFile = "/home/${user}/.wireguard/bulwark";
publicKey = "bd7bbZOngl/FTdBlnbIhgCLNf6yx5X8WjiRB7E1NEQQ="; # address = [ "192.168.2.4/24" ];
endpoint = "66.218.43.87"; # publicKey = "bd7bbZOngl/FTdBlnbIhgCLNf6yx5X8WjiRB7E1NEQQ=";
}; # endpoint = "66.218.43.87";
#};
}; };
}; };
# Did you read the comment? # Did you read the comment?