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 =
|
||||
(krebs.genipv6 "retiolum" "external" { inherit hostName; }).address;
|
||||
});
|
||||
pub-for = name: builtins.readFile (./ssh + "/${name}.pub");
|
||||
|
||||
in {
|
||||
hosts = mapAttrs hostDefaults {
|
||||
|
@ -316,19 +317,34 @@ in {
|
|||
};
|
||||
};
|
||||
users = {
|
||||
Mic92 = {
|
||||
pubkey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKbBp2dH2X3dcU1zh+xW3ZsdYROKpJd3n13ssOP092qE";
|
||||
mail = "joerg@higgsboson.tk";
|
||||
ciko = {
|
||||
mail = "wieczorek.stefan@googlemail.com";
|
||||
};
|
||||
exco = {
|
||||
mail = "dickbutt@excogitation.de";
|
||||
pubkey = pub-for "exco";
|
||||
};
|
||||
kmein = {
|
||||
};
|
||||
palo = {
|
||||
Mic92 = {
|
||||
mail = "joerg@higgsboson.tk";
|
||||
pubkey = pub-for "Mic92";
|
||||
};
|
||||
sokratess = {
|
||||
palo = {
|
||||
};
|
||||
qubasa = {
|
||||
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;
|
||||
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 a new issue