mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
retiolum: import from pass secrets
This commit is contained in:
@@ -31,7 +31,7 @@
|
|||||||
}.${config.networking.hostName};
|
}.${config.networking.hostName};
|
||||||
|
|
||||||
environment.etc."tinc/retiolum/rsa_key.priv" = {
|
environment.etc."tinc/retiolum/rsa_key.priv" = {
|
||||||
text = (import <dot/secrets.nix>).retiolum.privateKey.${config.networking.hostName};
|
text = builtins.readFile <secrets/retiolum.key>;
|
||||||
mode = "400";
|
mode = "400";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user