matthewbauer / nixiosk

Declarative Kiosk systems built with NixOS
MIT License
141 stars 12 forks source link

id_rsa.pub need to be present to deploy #29

Open evlli opened 1 year ago

evlli commented 1 year ago

people with more recent keys ie id_ed25519 or the key only on a smartcard won't be able to deploy.

would a PR to remove / change this be welcome and if yes, what is your desired way of solving this? remove the check all together, or find all files in ~/.ssh/*.pub and complain if there are multiple, yet none have been configured in the json file?