1
0
mirror of https://github.com/kmein/niveum synced 2026-03-19 19:41:08 +01:00

Add retiolum config

This commit is contained in:
Kierán Meinhardt
2018-12-04 21:08:12 +01:00
parent b6b33e40b4
commit bdeca861eb
3 changed files with 96 additions and 1 deletions

View File

@@ -11,6 +11,7 @@ in {
./configs/graphics.nix
./configs/packages.nix
./configs/networks.nix
./configs/retiolum.nix
];
time.timeZone = "Europe/Berlin";
@@ -196,4 +197,11 @@ in {
".zshrc".text = "# nothing to see here";
};
};
environment.etc = {
"tinc/retiolum/rsa_key.priv" = {
text = (import ./secrets.nix).retiolum.scardanelli.privateKey;
mode = "400";
};
};
}