k 3 ma: make ed25519 keys available for hosts
This commit is contained in:
parent
2a47990f16
commit
a041768aa1
@ -22,6 +22,12 @@ with import <stockholm/lib>;
|
||||
(krebs.genipv6 "retiolum" "makefu" { inherit hostName; }).address;
|
||||
};
|
||||
})
|
||||
# Retiolum ed25519 keys
|
||||
(let
|
||||
pubkey-path = ./retiolum + "/${hostName}_ed25519.pub";
|
||||
in optionalAttrs (pathExists pubkey-path) {
|
||||
nets.retiolum.tinc.pubkey_ed25519 = builtins.trace "using ed25519 key for host ${hostName}" (readFile pubkey-path);
|
||||
})
|
||||
# Wiregrill defaults
|
||||
(let
|
||||
pubkey-path = ./wiregrill + "/${hostName}.pub";
|
||||
|
1
krebs/3modules/makefu/retiolum/cake_ed25519.pub
Normal file
1
krebs/3modules/makefu/retiolum/cake_ed25519.pub
Normal file
@ -0,0 +1 @@
|
||||
zlfSyJdG7vJmvkk1Ul3ZXUix2YduFYUMhM89nRdy8aE
|
@ -1,4 +1,3 @@
|
||||
Ed25519PublicKey = Zkh6vtSNBvKYUjCPsMyAFJmxzueglCDoawVPCezKy4F
|
||||
-----BEGIN RSA PUBLIC KEY-----
|
||||
MIIBCgKCAQEAloXLBfZQEVW9mJ7uwOoa+DfV4ek/SG+JQuexJMugei/iNy0NjY66
|
||||
OVIkzFmED32c3D7S1+Q+5Mc3eR02k1o7XERpZeZhCtJOBlS4xMzCKH62E4USvH5L
|
||||
|
1
krebs/3modules/makefu/retiolum/crapi_ed25519.pub
Normal file
1
krebs/3modules/makefu/retiolum/crapi_ed25519.pub
Normal file
@ -0,0 +1 @@
|
||||
Zkh6vtSNBvKYUjCPsMyAFJmxzueglCDoawVPCezKy4F
|
1
krebs/3modules/makefu/retiolum/fileleech_ed25519.pub
Normal file
1
krebs/3modules/makefu/retiolum/fileleech_ed25519.pub
Normal file
@ -0,0 +1 @@
|
||||
2YSzoLSQN3k4HC8uozPb/nMmbrTa9eKOD2Ka9Iq8iXM
|
1
krebs/3modules/makefu/retiolum/sdev_ed25519.pub
Normal file
1
krebs/3modules/makefu/retiolum/sdev_ed25519.pub
Normal file
@ -0,0 +1 @@
|
||||
OxXCkjs3OzIsMXcSVcr7dJD55iRFRjUc0eERPdU1OjO
|
1
krebs/3modules/makefu/retiolum/studio_ed25519.pub
Normal file
1
krebs/3modules/makefu/retiolum/studio_ed25519.pub
Normal file
@ -0,0 +1 @@
|
||||
WLUvBME38jEpXIEFniyVIjyvMw7JTNJBQb/NIXcxmzL
|
1
krebs/3modules/makefu/retiolum/wbob_ed25519.pub
Normal file
1
krebs/3modules/makefu/retiolum/wbob_ed25519.pub
Normal file
@ -0,0 +1 @@
|
||||
b3uia4Sns0ljQrccLE0QxzeAB4APTiJEB98neQQosdF
|
Loading…
Reference in New Issue
Block a user