delete unused secrets.nix
This commit is contained in:
parent
ca7671345e
commit
ecc1c1d34c
1 changed files with 0 additions and 7 deletions
|
@ -1,7 +0,0 @@
|
||||||
with builtins;
|
|
||||||
let
|
|
||||||
readSecret = name: readFile (./secrets + "/${name}");
|
|
||||||
in
|
|
||||||
mapAttrs
|
|
||||||
(name: type: if type != "directory" then readSecret name else null)
|
|
||||||
(readDir ./secrets)
|
|
Loading…
Add table
Add a link
Reference in a new issue