1
0
mirror of https://github.com/kmein/niveum synced 2026-03-21 12:21: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

@@ -1,4 +1,4 @@
{ pkgs, ... }:
{ pkgs, config, ... }:
let
eduroam = (import ../secrets.nix).eduroam;
eduroamConfig = {
@@ -34,6 +34,17 @@ in {
"FlixBus Wi-Fi" = {};
};
networking.retiolum = {
scardanelli = {
ipv4 = "10.243.2.2";
ipv6 = "42:2:5ca:da:3111::1";
};
homeros = {
ipv4 = "10.243.2.1";
ipv6 = "42:2::0:3:05::1";
};
}.${config.networking.hostName};
services.openvpn.servers = {
hu-berlin = {
config = ''config ${pkgs.fetchurl {