{ config, ... }: { sops = { defaultSopsFile = ../../secrets/${config.networking.hostName}.yaml; secrets = { "ghcr/user" = { }; "ghcr/password" = { }; tailscale_authentication_key = { }; finnhub_token = { }; }; }; }