mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
need to use gnome for wireguard client config :(
This commit is contained in:
parent
1dcf013676
commit
84de8bb961
@ -87,13 +87,14 @@
|
||||
system = {
|
||||
ssh.enable = true;
|
||||
terminal.enable = true;
|
||||
wireguard-client = {
|
||||
enable = true;
|
||||
privateKeyFile = "/home/${user}/.wireguard/bulwark";
|
||||
address = [ "192.168.2.4/24" ];
|
||||
publicKey = "bd7bbZOngl/FTdBlnbIhgCLNf6yx5X8WjiRB7E1NEQQ=";
|
||||
endpoint = "66.218.43.87";
|
||||
};
|
||||
# Wireguard managed by gnome
|
||||
#wireguard-client = {
|
||||
# enable = true;
|
||||
# privateKeyFile = "/home/${user}/.wireguard/bulwark";
|
||||
# address = [ "192.168.2.4/24" ];
|
||||
# publicKey = "bd7bbZOngl/FTdBlnbIhgCLNf6yx5X8WjiRB7E1NEQQ=";
|
||||
# endpoint = "66.218.43.87";
|
||||
#};
|
||||
};
|
||||
};
|
||||
# Did you read the comment?
|
||||
|
Loading…
x
Reference in New Issue
Block a user