mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-05-19 10:56:05 -07:00
need to use gnome for wireguard client config :(
This commit is contained in:
parent
1dcf013676
commit
84de8bb961
@ -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?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user