move pubkey imports to krebs/Zpubkeys
This commit is contained in:
parent
0253b3f073
commit
9eff022e42
|
@ -16,7 +16,7 @@ with builtins;
|
|||
users.extraUsers = {
|
||||
root = {
|
||||
openssh.authorizedKeys.keys = map readFile [
|
||||
../../Zpubkeys/uriel.ssh.pub
|
||||
../../krebs/Zpubkeys/uriel.ssh.pub
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
@ -14,7 +14,7 @@ with lib;
|
|||
users.extraUsers = {
|
||||
root = {
|
||||
openssh.authorizedKeys.keys = map readFile [
|
||||
../../Zpubkeys/lass.ssh.pub
|
||||
../../krebs/Zpubkeys/lass.ssh.pub
|
||||
];
|
||||
};
|
||||
mainUser = {
|
||||
|
@ -29,7 +29,7 @@ with lib;
|
|||
"wheel"
|
||||
];
|
||||
openssh.authorizedKeys.keys = map readFile [
|
||||
../../Zpubkeys/lass.ssh.pub
|
||||
../../krebs/Zpubkeys/lass.ssh.pub
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
krebs.retiolum = {
|
||||
enable = true;
|
||||
hosts = ../../Zhosts;
|
||||
hosts = ../../krebs/Zhosts;
|
||||
connectTo = [
|
||||
"fastpoke"
|
||||
"cloudkrebs"
|
||||
|
|
Loading…
Reference in a new issue