From 652fbe4026721609462d43999c91c59c1d886c5a Mon Sep 17 00:00:00 2001 From: Andrea Ciceri Date: Thu, 24 Apr 2025 11:54:51 +0200 Subject: [PATCH 1/2] Add `moonlight` to `picard` --- hosts/picard/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/picard/default.nix b/hosts/picard/default.nix index 58038d3..3eecfbf 100644 --- a/hosts/picard/default.nix +++ b/hosts/picard/default.nix @@ -97,6 +97,7 @@ "ib-tws" "zoom" "pantalaimon" + "moonlight" ]; extraGroups = [ "plugdev" ]; backupPaths = [ ]; From a32c23d47494ebe1abc8a61f434488c0a7825059 Mon Sep 17 00:00:00 2001 From: Andrea Ciceri Date: Thu, 24 Apr 2025 11:55:01 +0200 Subject: [PATCH 2/2] Useless comment and args --- modules/wireguard-common/default.nix | 2 -- modules/wireguard-server/default.nix | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/modules/wireguard-common/default.nix b/modules/wireguard-common/default.nix index e67cf81..6451aa5 100644 --- a/modules/wireguard-common/default.nix +++ b/modules/wireguard-common/default.nix @@ -1,7 +1,5 @@ { - lib, config, - vpn, ... }: { diff --git a/modules/wireguard-server/default.nix b/modules/wireguard-server/default.nix index 27c8a8a..a02ccad 100644 --- a/modules/wireguard-server/default.nix +++ b/modules/wireguard-server/default.nix @@ -9,7 +9,7 @@ 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 = { ips = [ "${vpn.${config.networking.hostName}.ip}/24" ];