You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This could help with integrating few things. Currently I have single keys.json file that describes all keys used in my system (it is managed by my fuk tool). I use the same definition of keys for nixosConfiguration as well as for secrets.nix. It would be really helpful if it would be possible to have them all managed from flake.nix as it would allow me to inject some data and helpful function into secrets.nix which is currently not possible without using stateful import <foo>.
The text was updated successfully, but these errors were encountered:
This could help with integrating few things. Currently I have single
keys.json
file that describes all keys used in my system (it is managed by myfuk
tool). I use the same definition of keys fornixosConfiguration
as well as forsecrets.nix
. It would be really helpful if it would be possible to have them all managed fromflake.nix
as it would allow me to inject some data and helpful function intosecrets.nix
which is currently not possible without using statefulimport <foo>
.The text was updated successfully, but these errors were encountered: