From 2bc5c58d85990e483af8fde57ed5f2442351b69c Mon Sep 17 00:00:00 2001 From: tv Date: Sat, 11 Jul 2015 19:44:12 +0200 Subject: move old stuff --- old/modules/lass/bird.nix | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 old/modules/lass/bird.nix (limited to 'old/modules/lass/bird.nix') diff --git a/old/modules/lass/bird.nix b/old/modules/lass/bird.nix new file mode 100644 index 00000000..3fc265cd --- /dev/null +++ b/old/modules/lass/bird.nix @@ -0,0 +1,13 @@ +{ config, ... }: + +{ + config.services.bird = { + enable = true; + config = '' + router id 192.168.122.1; + protocol device { + scan time 10; + } + ''; + }; +} -- cgit v1.2.3