mirror of
https://github.com/deltathetawastaken/dotfiles.git
synced 2025-12-06 07:16:37 +03:00
9 lines
222 B
Nix
9 lines
222 B
Nix
{ stable, inputs, config, pkgs, lib, ... }:
|
|
|
|
{
|
|
age.secrets = {
|
|
singboxaus = { file = ../../secrets/singboxaus.age; owner = "socks"; group = "socks"; };
|
|
};
|
|
|
|
age.identityPaths = [ "/home/delta/.ssh/id_ed25519" ];
|
|
} |