{ config, ... }: { age.secrets."wg_hexa.conf" = { file = ../../secrets/wg_hexa.conf.age; }; networking.wg-quick.interfaces."wg_hexa" = { autostart = false; # no need to start the interface during boot. configFile = config.age.secrets."wg_hexa.conf".path; }; }