summaryrefslogtreecommitdiff
path: root/nix/secrets.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix/secrets.nix')
-rw-r--r--nix/secrets.nix10
1 files changed, 0 insertions, 10 deletions
diff --git a/nix/secrets.nix b/nix/secrets.nix
deleted file mode 100644
index fd1c166..0000000
--- a/nix/secrets.nix
+++ /dev/null
@@ -1,10 +0,0 @@
-{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`";
- };
- };
-}