Compare commits
No commits in common. "a32c23d47494ebe1abc8a61f434488c0a7825059" and "f7b386e25ac40498d1ee73d18a317f7fb168a2ba" have entirely different histories.
a32c23d474
...
f7b386e25a
3 changed files with 3 additions and 2 deletions
|
@ -97,7 +97,6 @@
|
||||||
"ib-tws"
|
"ib-tws"
|
||||||
"zoom"
|
"zoom"
|
||||||
"pantalaimon"
|
"pantalaimon"
|
||||||
"moonlight"
|
|
||||||
];
|
];
|
||||||
extraGroups = [ "plugdev" ];
|
extraGroups = [ "plugdev" ];
|
||||||
backupPaths = [ ];
|
backupPaths = [ ];
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
{
|
{
|
||||||
|
lib,
|
||||||
config,
|
config,
|
||||||
|
vpn,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
{
|
{
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
networking.nat.enable = true;
|
networking.nat.enable = true;
|
||||||
|
|
||||||
networking.firewall.allowedUDPPorts = [ config.networking.wireguard.interfaces.wg0.listenPort ];
|
networking.firewall.allowedUDPPorts = [ config.networking.wireguard.interfaces.wg0.listenPort ]; # FIXME move this to wireguard-server
|
||||||
|
|
||||||
networking.wireguard.interfaces.wg0 = {
|
networking.wireguard.interfaces.wg0 = {
|
||||||
ips = [ "${vpn.${config.networking.hostName}.ip}/24" ];
|
ips = [ "${vpn.${config.networking.hostName}.ip}/24" ];
|
||||||
|
|
Loading…
Add table
Reference in a new issue