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:
parent
771fec583f
commit
6141634cb1
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue