blog/content/posts/2021-02-09-the-great-nix-exode/index.md
Bruno BELANYI 05567a11ae posts: add 'description' back to all front matters
The upstream theme has decided to revert [1] the modification that made
me decide to remove them.

On top of that, another commit has made the `description` field useful
for the `<meta name=description>` tag [2].

This reverts commit 672c4fa6be.

[1]: https://github.com/Mitrichius/hugo-theme-anubis/pull/108
[2]: https://github.com/Mitrichius/hugo-theme-anubis/pull/107
2021-10-20 15:00:41 +02:00

31 lines
862 B
Markdown

---
title: "The Great Nix Exode"
date: 2021-02-09T20:38:51+01:00
draft: false # I don't care for draft mode, git has branches for that
description: "My journey into declarative infrastructure"
tags:
- self-hosting
- nix
categories:
- software
series:
favorite: false
disable_feed: false
---
After reading up on [NixOS][nixos] and its package manager, [Nix][nix], I have
finally taken the plunge and migrated my website and various services to it.
[nixos]: https://nixos.org/
[nix]: https://nixos.wiki/wiki/Nix
<!--more-->
This is a very simple blog post to mark the event, I have finally graduated from
my pile of `docker-compose` that needed massaging every time I wanted to bring
up all my services at once.
You can find the relevant configurations files on this [repository][nix-config]
[nix-config]: https://gitea.belanyi.fr/ambroisie/nix-config