move pubkey imports to krebs/Zpubkeys

This commit is contained in:
lassulus 2015-09-05 12:14:16 +02:00
parent 0253b3f073
commit 9eff022e42
3 changed files with 4 additions and 4 deletions

View file

@ -16,7 +16,7 @@ with builtins;
users.extraUsers = {
root = {
openssh.authorizedKeys.keys = map readFile [
../../Zpubkeys/uriel.ssh.pub
../../krebs/Zpubkeys/uriel.ssh.pub
];
};
};

View file

@ -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
];
};
};

View file

@ -17,7 +17,7 @@
krebs.retiolum = {
enable = true;
hosts = ../../Zhosts;
hosts = ../../krebs/Zhosts;
connectTo = [
"fastpoke"
"cloudkrebs"