Hi! The current nftables .init-r1 and .service files only support loading rules from a save file in /var/lib/nftables/rules-save. This makes sense when using nftables interactively, but it's a hassle when you want to keep a single config file. Alpine supports both with their init file: https://git.alpinelinux.org/aports/tree/main/nftables/nftables.initd Fedora just loads from /etc/nftables/main.nft. I suggest supporting both like Alpine, but I am unsure if it's best to keep the init files separate. Reproducible: Always