some cleanup

This commit is contained in:
Henri Dohmen 2025-07-15 11:15:07 +02:00
parent d2d89d7047
commit 240259f623
Signed by: hd
GPG key ID: AB79213B044674AE
7 changed files with 37 additions and 38 deletions

View file

@ -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"