Compare commits
2 commits
f7b386e25a
...
a32c23d474
Author | SHA1 | Date | |
---|---|---|---|
a32c23d474 | |||
652fbe4026 |
3 changed files with 2 additions and 3 deletions
|
@ -97,6 +97,7 @@
|
||||||
"ib-tws"
|
"ib-tws"
|
||||||
"zoom"
|
"zoom"
|
||||||
"pantalaimon"
|
"pantalaimon"
|
||||||
|
"moonlight"
|
||||||
];
|
];
|
||||||
extraGroups = [ "plugdev" ];
|
extraGroups = [ "plugdev" ];
|
||||||
backupPaths = [ ];
|
backupPaths = [ ];
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
{
|
{
|
||||||
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 ]; # FIXME move this to wireguard-server
|
networking.firewall.allowedUDPPorts = [ config.networking.wireguard.interfaces.wg0.listenPort ];
|
||||||
|
|
||||||
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