makefu: merge /Z -> krebs/Z
This commit is contained in:
parent
2f38f13a03
commit
1fff6af463
|
@ -49,7 +49,7 @@
|
|||
};
|
||||
krebs.retiolum = {
|
||||
enable = true;
|
||||
hosts = ../../Zhosts;
|
||||
hosts = ../../krebs/Zhosts;
|
||||
connectTo = [
|
||||
"gum"
|
||||
"pigstarter"
|
||||
|
|
|
@ -63,11 +63,11 @@ in {
|
|||
imports = [{
|
||||
krebs.users.makefu-omo = {
|
||||
name = "makefu-omo" ;
|
||||
pubkey= with builtins; readFile ../../Zpubkeys/makefu_omo.ssh.pub;
|
||||
pubkey= with builtins; readFile ../../krebs/Zpubkeys/makefu_omo.ssh.pub;
|
||||
};
|
||||
krebs.users.makefu-tsp = {
|
||||
name = "makefu-tsp" ;
|
||||
pubkey= with builtins; readFile ../../Zpubkeys/makefu_tsp.ssh.pub;
|
||||
pubkey= with builtins; readFile ../../krebs/Zpubkeys/makefu_tsp.ssh.pub;
|
||||
};
|
||||
}];
|
||||
krebs.git = {
|
||||
|
|
|
@ -4,7 +4,7 @@ with lib;
|
|||
{
|
||||
krebs.retiolum = {
|
||||
enable = true;
|
||||
hosts = ../../Zhosts;
|
||||
hosts = ../../krebs/Zhosts;
|
||||
connectTo = [
|
||||
"gum"
|
||||
"pigstarter"
|
||||
|
|
Loading…
Reference in a new issue