1
Fork 0
mirror of https://github.com/thegeneralist01/config.git synced 2026-03-07 10:59:55 +01:00
config/secrets.nix
2025-05-24 15:38:19 +02:00

6 lines
197 B
Nix

let
inherit (import ./keys.nix) thegeneralist;
in {
"hosts/thegeneralist/hostkey.age".publicKeys = [ thegeneralist ];
"modules/linux/tailscale-marshall.age".publicKeys = [ thegeneralist ];
}