10 domain = "sourcephile.fr";
11 iface = config.services.nebula.networks.${domain}.tun.device;
15 ../../domains/sourcephile.fr/nebula.nix
17 services.nebula.networks.${domain} = {
45 networking.nftables.ruleset = ''
47 chain input-${iface} {
48 tcp dport ipp counter accept comment "cupsd: IPP"
49 tcp dport sane-port counter accept comment "saned: control port"
50 # NoticeNote: not actually useful because there is a rule `ct related accept` before
51 ct helper "sane" counter accept comment "saned: data ports"