From b1fbd57910255e1a07540e24f7fc67a5f17be6bc Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Sun, 30 Sep 2018 08:50:58 +0200 Subject: [PATCH] add summaries --- content/nixos/krops.md | 11 +++++++++-- content/nixos/tinc.md | 11 +++++++++++ themes/first/layouts/_default/list.html | 10 +++++++++- 3 files changed, 29 insertions(+), 3 deletions(-) diff --git a/content/nixos/krops.md b/content/nixos/krops.md index 514127f..c4f9b70 100644 --- a/content/nixos/krops.md +++ b/content/nixos/krops.md @@ -7,6 +7,14 @@ tags: - NixOS - nixOps - password-store +summary: > + krops is an alternative to + NixOps trying to solve some of theses flaws, + with some very simple concepts. + In this article we will checkout on how to deploy a server + using krops and discuss all involved parameters and steps. + + --- # krops @@ -14,7 +22,7 @@ tags: [NixOps](https://nixos.org/nixops/) the official DevOps tool of [NixOS ](https://nixos.org) is nice, but it has some flaws. [krops](https://cgit.krebsco.de/krops/about/) is an alternative to -[NixOps](https://nixos.org/nixops/) which trying to solve some of theses flaws, +[NixOps](https://nixos.org/nixops/) trying to solve some of theses flaws, with some very simple concepts. If you're looking for a good document on how to use @@ -24,7 +32,6 @@ have a look at # krops vs. NixOps (Feature Comparison) - diff --git a/content/nixos/tinc.md b/content/nixos/tinc.md index 7e90e8e..baa35bb 100644 --- a/content/nixos/tinc.md +++ b/content/nixos/tinc.md @@ -5,6 +5,17 @@ tags: - NixOS - NixOps - Tinc +summary: > + In this article I will describe how to use my + NixOS tinc-module. + I had to write my own, + because the standard `services.tinc` module + misses a lot of features, + for example forwarding to sub-networks and network wise activation and deactivation. + I designed it to work nicely with + NixOps. + + --- # Tinc diff --git a/themes/first/layouts/_default/list.html b/themes/first/layouts/_default/list.html index 6f8c4a0..24ca673 100644 --- a/themes/first/layouts/_default/list.html +++ b/themes/first/layouts/_default/list.html @@ -2,9 +2,17 @@
{{ .Content }} +
Feature