mirror of
https://github.com/deltathetawastaken/dotfiles.git
synced 2025-12-06 07:16:37 +03:00
10 lines
303 B
Nix
10 lines
303 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"; };
|
|
};
|
|
|
|
age.identityPaths = [ "/home/delta/.ssh/id_ed25519" ];
|
|
} |