Compare commits

...

2 commits

Author SHA1 Message Date
a32c23d474
Useless comment and args
Some checks failed
/ test (push) Failing after 37m55s
2025-04-24 11:55:01 +02:00
652fbe4026
Add moonlight to picard 2025-04-24 11:54:51 +02:00
3 changed files with 2 additions and 3 deletions

View file

@ -97,6 +97,7 @@
"ib-tws" "ib-tws"
"zoom" "zoom"
"pantalaimon" "pantalaimon"
"moonlight"
]; ];
extraGroups = [ "plugdev" ]; extraGroups = [ "plugdev" ];
backupPaths = [ ]; backupPaths = [ ];

View file

@ -1,7 +1,5 @@
{ {
lib,
config, config,
vpn,
... ...
}: }:
{ {

View file

@ -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" ];