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