diff options
author | Vincent Ambo <tazjin@google.com> | 2020-04-25T13·30+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2020-04-25T13·30+0100 |
commit | 38bc8cb4ccce27faca6cf9de2f83a26c4e7d9fee (patch) | |
tree | 8c32d29aace5ae317719dad65b969bac3cd417d2 /web/blog/posts.nix | |
parent | 47cbac7513c0ea939a7638c2de8c76b39d19b647 (diff) |
feat(web/blog): Add Nixery layering design as a blog post r/676
Marked as a draft until I've verified that this looks good.
Diffstat (limited to 'web/blog/posts.nix')
-rw-r--r-- | web/blog/posts.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/web/blog/posts.nix b/web/blog/posts.nix index d7949fa341c8..8934cda8639e 100644 --- a/web/blog/posts.nix +++ b/web/blog/posts.nix @@ -14,6 +14,13 @@ content = ./posts/best-tools.md; } { + key = "nixery-layers"; + title = "Nixery: Improved Layering Design"; + date = 1565391600; + content = ./posts/nixery-layers.md; + draft = true; + } + { key = "reversing-watchguard-vpn"; title = "Reverse-engineering WatchGuard Mobile VPN"; date = 1486830338; |