From 5378630fce7fe7b41d3a18ac822b5853e8cde76e Mon Sep 17 00:00:00 2001 From: makefu Date: Wed, 12 Apr 2017 11:15:02 +0200 Subject: [PATCH] k 3 m: mv pgp keys auto-complete correctly ;) --- krebs/3modules/makefu/default.nix | 4 ++-- krebs/3modules/makefu/{brain.pgp => pgp/brain.asc} | 0 krebs/3modules/makefu/{default.pgp => pgp/default.asc} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename krebs/3modules/makefu/{brain.pgp => pgp/brain.asc} (100%) rename krebs/3modules/makefu/{default.pgp => pgp/default.asc} (100%) diff --git a/krebs/3modules/makefu/default.nix b/krebs/3modules/makefu/default.nix index 8e5927f9d..4851b80f5 100644 --- a/krebs/3modules/makefu/default.nix +++ b/krebs/3modules/makefu/default.nix @@ -896,8 +896,8 @@ with import ; makefu = { mail = "makefu@x.retiolum"; pubkey = "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCl3RTOHd5DLiVeUbUr/GSiKoRWknXQnbkIf+uNiFO+XxiqZVojPlumQUVhasY8UzDzj9tSDruUKXpjut50FhIO5UFAgsBeMJyoZbgY/+R+QKU00Q19+IiUtxeFol/9dCO+F4o937MC0OpAC10LbOXN/9SYIXueYk3pJxIycXwUqhYmyEqtDdVh9Rx32LBVqlBoXRHpNGPLiswV2qNe0b5p919IGcslzf1XoUzfE3a3yjk/XbWh/59xnl4V7Oe7+iQheFxOT6rFA30WYwEygs5As//ZYtxvnn0gA02gOnXJsNjOW9irlxOUeP7IOU6Ye3WRKFRR0+7PS+w8IJLag2xb makefu@x"; - pgp.pubkeys.default = builtins.readFile ./default.pgp; - pgp.pubkeys.brain = builtins.readFile ./brain.pgp; + pgp.pubkeys.default = builtins.readFile ./pgp/default.asc; + pgp.pubkeys.brain = builtins.readFile ./pgp/brain.asc; }; makefu-omo = { inherit (makefu) mail pgp; diff --git a/krebs/3modules/makefu/brain.pgp b/krebs/3modules/makefu/pgp/brain.asc similarity index 100% rename from krebs/3modules/makefu/brain.pgp rename to krebs/3modules/makefu/pgp/brain.asc diff --git a/krebs/3modules/makefu/default.pgp b/krebs/3modules/makefu/pgp/default.asc similarity index 100% rename from krebs/3modules/makefu/default.pgp rename to krebs/3modules/makefu/pgp/default.asc