external: move users from makefu namespace to external
This commit is contained in:
parent
b7529f97e1
commit
d0a02bf54d
26
krebs/3modules/external/default.nix
vendored
26
krebs/3modules/external/default.nix
vendored
@ -9,6 +9,7 @@ with import <stockholm/lib>;
|
|||||||
nets.retiolum.ip6.addr =
|
nets.retiolum.ip6.addr =
|
||||||
(krebs.genipv6 "retiolum" "external" { inherit hostName; }).address;
|
(krebs.genipv6 "retiolum" "external" { inherit hostName; }).address;
|
||||||
});
|
});
|
||||||
|
pub-for = name: builtins.readFile (./ssh + "/${name}.pub");
|
||||||
|
|
||||||
in {
|
in {
|
||||||
hosts = mapAttrs hostDefaults {
|
hosts = mapAttrs hostDefaults {
|
||||||
@ -316,19 +317,34 @@ in {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
users = {
|
users = {
|
||||||
Mic92 = {
|
ciko = {
|
||||||
pubkey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKbBp2dH2X3dcU1zh+xW3ZsdYROKpJd3n13ssOP092qE";
|
mail = "wieczorek.stefan@googlemail.com";
|
||||||
mail = "joerg@higgsboson.tk";
|
};
|
||||||
|
exco = {
|
||||||
|
mail = "dickbutt@excogitation.de";
|
||||||
|
pubkey = pub-for "exco";
|
||||||
};
|
};
|
||||||
kmein = {
|
kmein = {
|
||||||
};
|
};
|
||||||
palo = {
|
Mic92 = {
|
||||||
|
mail = "joerg@higgsboson.tk";
|
||||||
|
pubkey = pub-for "Mic92";
|
||||||
};
|
};
|
||||||
sokratess = {
|
palo = {
|
||||||
};
|
};
|
||||||
qubasa = {
|
qubasa = {
|
||||||
mail = "luis.nixos@gmail.com";
|
mail = "luis.nixos@gmail.com";
|
||||||
};
|
};
|
||||||
|
raute = {
|
||||||
|
mail = "macxylo@gmail.com";
|
||||||
|
pubkey = pub-for "raute";
|
||||||
|
};
|
||||||
|
sokratess = {
|
||||||
|
};
|
||||||
|
ulrich = {
|
||||||
|
mail = "shackspace.de@myvdr.de";
|
||||||
|
pubkey = pub-for "ulrich";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
1
krebs/3modules/external/ssh/Mic92.pub
vendored
Normal file
1
krebs/3modules/external/ssh/Mic92.pub
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKbBp2dH2X3dcU1zh+xW3ZsdYROKpJd3n13ssOP092qE
|
1
krebs/3modules/external/ssh/raute.pub
vendored
Normal file
1
krebs/3modules/external/ssh/raute.pub
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIH385gr3BAKJ92k1FaOLx2wFMgDFTmupOcww5g/bEAsO raute@wolf
|
@ -1079,16 +1079,5 @@ in {
|
|||||||
inherit (makefu) mail pgp;
|
inherit (makefu) mail pgp;
|
||||||
pubkey = pub-for "makefu.bob";
|
pubkey = pub-for "makefu.bob";
|
||||||
};
|
};
|
||||||
ciko = {
|
|
||||||
mail = "wieczorek.stefan@googlemail.com";
|
|
||||||
};
|
|
||||||
ulrich = {
|
|
||||||
pubkey = pub-for "ulrich";
|
|
||||||
mail = "shackspace.de@myvdr.de";
|
|
||||||
};
|
|
||||||
exco = {
|
|
||||||
mail = "dickbutt@excogitation.de";
|
|
||||||
pubkey = pub-for "exco";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user