ttrssreal / nix-config

configurations for my nixos hosts
0 stars 0 forks source link

Rewrite all secret management stuffs :| #29

Open github-actions[bot] opened 1 day ago

github-actions[bot] commented 1 day ago

At least we learnt a bit :3

https://github.com/ttrssreal/nix-config/blob/9ebc2870081589b2ee0a1cb43e4b9d7157c26c48/secrets.nix#L4-L5


# basically scan all the hosts+users for secrets they define and their
# public keys, then smush them all together

# TODO: Rewrite all secret management stuffs :|
#       At least we learnt a bit :3

let
  flake = builtins.getFlake (builtins.toString ./.);