From a98b53de9991167471e840ae3c18798c8d9fc1b7 Mon Sep 17 00:00:00 2001 From: andromeda Date: Fri, 1 May 2026 13:37:31 +0200 Subject: new conf --- nix/secrets.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 nix/secrets.nix (limited to 'nix/secrets.nix') diff --git a/nix/secrets.nix b/nix/secrets.nix new file mode 100644 index 0000000..fd1c166 --- /dev/null +++ b/nix/secrets.nix @@ -0,0 +1,10 @@ +{lib, ...}: { + imports = [./pub-keys.nix]; + options = { + pub-keys.ssh = lib.mkOption { + type = lib.types.attrsOf lib.types.str; + default = {}; + description = "set of public keys as `name = key`"; + }; + }; +} -- cgit v1.3