This commit is contained in:
commit
95a533c876
451 changed files with 18255 additions and 0 deletions
10
templates/microvm/config/configuration.nix
Normal file
10
templates/microvm/config/configuration.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
users.users.root = {
|
||||
openssh.authorizedKeys.keyFiles = [
|
||||
# copy your public key here and point to it
|
||||
# ./id_rsa.pub
|
||||
];
|
||||
};
|
||||
|
||||
# Add the rest of your configuration here
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue