1 { pkgs, lib, config, inputs, ... }:
7 (inputs.julm-nix + "/nixos/profiles/wireguard/${wgIface}.nix")
10 networking.wireguard.${wgIface}.peers = {
11 aubergine.enable = true;
12 losurdo.enable = true;
16 networking.nftables.ruleset = ''
19 tcp dport ssh counter accept comment "SSH"
20 udp dport 60000-60100 counter accept comment "Mosh"
23 tcp dport ssh counter accept comment "SSH"
24 udp dport 60000-60100 counter accept comment "Mosh"