feat(root): add root ssh keys

This commit is contained in:
Infinidoge 2022-05-13 09:27:15 -04:00
parent 19921124be
commit 16cbc15ff0
3 changed files with 11 additions and 0 deletions

View file

@ -30,6 +30,9 @@
"/root/.local/share/nix/trusted-settings.json"
"/root/.ssh/known_hosts"
"/root/.ssh/id_ed25519"
"/root/.ssh/id_ed25519.pub"
"/root/.ssh/immutable_files.txt"
];
};

View file

@ -43,6 +43,9 @@
"/root/.local/share/nix/trusted-settings.json"
"/root/.ssh/known_hosts"
"/root/.ssh/id_25519"
"/root/.ssh/id_25519.pub"
"/root/.ssh/immutable_files.txt"
];
};
}

5
users/root/ssh-keys.nix Normal file
View file

@ -0,0 +1,5 @@
[
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDr+9QqgaRCDbX0JPGc7IklJVHuIlyTpGRJlL7gpsPv5 root@Infini-DESKTOP"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILpoorDhO2CdjU8WR4Xyi2oh/4cGnLMbRwypKY90drPu root@Infini-FRAMEWORK"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKhEbaLMlKApKtQn4+6yYwWCzAu8DBKdlXYz7N96CMHM root@Infini-SERVER"
]