dotfiles/hosts/dlaptop/age.nix
2024-02-28 23:50:27 +03:00

9 lines
230 B
Nix

{ stable, inputs, config, pkgs, lib, ... }:
{
age.secrets = {
socks_v2ray_sweden = { file = ../../secrets/singboxaus.age; owner = "socks"; group = "socks"; };
};
age.identityPaths = [ "/home/delta/.ssh/id_ed25519" ];
}