tweak(secrets): add root keys
This commit is contained in:
parent
3a1efb8645
commit
eb42333afb
4 changed files with 1 additions and 0 deletions
Binary file not shown.
Binary file not shown.
|
@ -9,6 +9,7 @@ let
|
||||||
};
|
};
|
||||||
users = {
|
users = {
|
||||||
infinidoge = import ../users/infinidoge/ssh-keys.nix;
|
infinidoge = import ../users/infinidoge/ssh-keys.nix;
|
||||||
|
root = import ../users/root/ssh-keys.nix;
|
||||||
};
|
};
|
||||||
allKeys = flatten [
|
allKeys = flatten [
|
||||||
(attrValues systems)
|
(attrValues systems)
|
||||||
|
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue