Update authorized keys
This commit is contained in:
parent
9d0b988594
commit
c03ae8fbd0
|
@ -10,6 +10,6 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
users.users.root.openssh.authorizedKeys.keys = [
|
users.users.root.openssh.authorizedKeys.keys = [
|
||||||
pubkeys."simon@kipf"
|
pubkeys."simon@nunotaba"
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -19,7 +19,8 @@ in
|
||||||
"wheel"
|
"wheel"
|
||||||
];
|
];
|
||||||
openssh.authorizedKeys.keys = [
|
openssh.authorizedKeys.keys = [
|
||||||
pubkeys."simon@kipf"
|
pubkeys."simon@nunotaba"
|
||||||
|
pubkeys."simon@sayuri"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue