blog/content/posts/the-great-nix-exode.md
Bruno BELANYI 672c4fa6be posts: remove 'description' from all front matters
An up-coming change to my base theme will make use of those as a summary
of the posts [1] instead of using an extract of the post. This is not of
interest to me, and I realized I actually do not make use of the
descriptions anywhere.

[1]: https://github.com/Mitrichius/hugo-theme-anubis/pull/105
2021-10-13 17:03:15 +02:00

30 lines
804 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
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