Azure: Fix authorized_keys
This commit is contained in:
parent
0418d8299d
commit
f14d1d76bb
@ -121,5 +121,5 @@ in
|
|||||||
|
|
||||||
networking.usePredictableInterfaceNames = false;
|
networking.usePredictableInterfaceNames = false;
|
||||||
|
|
||||||
users.extraUsers.root.openssh.authorizedKeys.keys = [ builtins.readFile <ssh-pub-key> ];
|
users.extraUsers.root.openssh.authorizedKeys.keys = [ (builtins.readFile <ssh-pub-key>) ];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user