1
0
Fork 0

Fix ssh-key path

This commit is contained in:
Malte Brandy 2020-09-16 22:27:37 +02:00
parent 38925efa5a
commit 55ebc82c7e

View file

@ -1,6 +1,6 @@
{ ... }: {
m-0.server.initSSHKey = "${./secret/ssh_boot_rsa}";
m-0.server.initSSHKey = "/etc/nixos/machines/hera/secret/ssh_boot_rsa";
boot = {
loader.grub = {