1
0
mirror of https://github.com/kmein/niveum synced 2026-03-18 19:11:08 +01:00
Files
niveum/configs/retiolum.nix

14 lines
284 B
Nix
Raw Normal View History

{ config, pkgs, ... }:
{
2019-10-26 13:43:30 +02:00
imports = [ <niveum/modules/retiolum.nix> ];
networking.hosts = {
"42:0:ca48:f98f:63d7:31ce:922b:245d" = [ "go" ];
};
environment.etc."tinc/retiolum/rsa_key.priv" = {
2019-06-17 19:09:55 +02:00
text = builtins.readFile <secrets/retiolum.key>;
mode = "400";
};
2018-12-04 21:08:12 +01:00
}