1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00
This commit is contained in:
Kierán Meinhardt
2018-12-30 20:47:09 +01:00
parent d4af2f2eee
commit ce5b0abdef
3 changed files with 2 additions and 3 deletions

View File

@@ -59,7 +59,7 @@ in {
}.${config.networking.hostName};
environment.etc."tinc/retiolum/rsa_key.priv" = {
text = (import ../secrets.nix).retiolum.scardanelli.privateKey;
text = (import ../secrets.nix).retiolum.${config.networking.hostName}.privateKey;
mode = "400";
};