meow
This commit is contained in:
parent
409d064a73
commit
6b2377ac10
3 changed files with 268 additions and 2 deletions
|
@ -145,6 +145,37 @@
|
|||
};
|
||||
};
|
||||
|
||||
networking = {
|
||||
#nameservers = [
|
||||
#"192.168.8.205"
|
||||
#];
|
||||
wireguard = {
|
||||
enable = true;
|
||||
interfaces = {
|
||||
wg-maxim-vpn = {
|
||||
privateKey = "CLcq8sCnusXz0jFHz6ODAZBD2Sn2vb9a5BCfbQGrrXk=";
|
||||
listenPort = 21124;
|
||||
ips = [
|
||||
"10.0.0.4/32"
|
||||
];
|
||||
peers = [
|
||||
{
|
||||
allowedIPs = [
|
||||
"10.0.0.0/24"
|
||||
"192.168.8.0/24"
|
||||
#"0.0.0.0/0"
|
||||
"::/0"
|
||||
];
|
||||
endpoint = "vpn.local.germannr4.com:51820";
|
||||
persistentKeepalive = 25;
|
||||
publicKey = "coP4Hh1smQvVI52ftZFyPfmzvsKZcT/hHa8zHMrlZwE=";
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
#fileSystems."/swap" = {
|
||||
# device = "/dev/disk/by-uuid/f6d243ec-6be9-4551-8cbb-aefb7b691a62";
|
||||
# fsType = "btrfs";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue