Hard-code in a path to root's SSH private key so provisioning with secrets on initial install is possible.

This commit is contained in:
Nolan Darilek 2025-05-19 16:30:58 -05:00
parent 771fec583f
commit 6141634cb1

View file

@ -57,6 +57,8 @@
group = "users";
};
age.identityPaths = [ "/root/.ssh/id_rsa" ];
# This option defines the first version of NixOS you have installed on this particular machine,
# and is used to maintain compatibility with application data (e.g. databases) created on older NixOS versions.
#