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