some cleanup
This commit is contained in:
parent
d2d89d7047
commit
240259f623
7 changed files with 37 additions and 38 deletions
|
|
@ -1,9 +1,7 @@
|
|||
let
|
||||
keys =
|
||||
let
|
||||
k = import ./var/ssh-keys.nix { };
|
||||
in
|
||||
k.root; # ++ k.hd;
|
||||
pkgs = import <nixpkgs> { };
|
||||
inherit (pkgs) lib;
|
||||
keys = (import ./var { inherit lib; }).ssh-keys.root;
|
||||
secrets = [
|
||||
"roam/rclone-conf"
|
||||
"hd-password"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue