{ inputs, lib, pkgs, config, outputs, ... }: { home = { file = { "bin/knock".source = ../common/scripts/knock; }; }; imports = [ common/core ]; nix.extraOptions = '' !include /run/secrets/nix-access-token-github ''; sops = { age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ]; defaultSopsFile = ./secrets/ginaz.yaml; secrets = { "ssh_config" = { path = "/root/.ssh/config"; }; }; }