tweak(secrets): add root keys

This commit is contained in:
Infinidoge 2022-06-22 16:07:05 -04:00
parent 3a1efb8645
commit eb42333afb
4 changed files with 1 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View file

@ -9,6 +9,7 @@ let
};
users = {
infinidoge = import ../users/infinidoge/ssh-keys.nix;
root = import ../users/root/ssh-keys.nix;
};
allKeys = flatten [
(attrValues systems)

Binary file not shown.