Compare commits
No commits in common. "508e1c9aa956f3d29e32a4e87d2504093d5833a8" and "87362a68b03a05427d7ba5071b90318ec07bc36e" have entirely different histories.
508e1c9aa9
...
87362a68b0
|
@ -4,17 +4,15 @@ date: {{ .Date }}
|
||||||
draft: false # I don't care for draft mode, git has branches for that
|
draft: false # I don't care for draft mode, git has branches for that
|
||||||
description: ""
|
description: ""
|
||||||
tags:
|
tags:
|
||||||
|
- ci/cd
|
||||||
- accounting
|
- accounting
|
||||||
- c++
|
- c++
|
||||||
- ci/cd
|
|
||||||
- cli
|
- cli
|
||||||
- design-pattern
|
- design-pattern
|
||||||
- docker
|
- docker
|
||||||
- drone
|
- drone
|
||||||
- git
|
- git
|
||||||
- hugo
|
- hugo
|
||||||
- nix
|
|
||||||
- self-hosting
|
|
||||||
- test
|
- test
|
||||||
categories:
|
categories:
|
||||||
- programming
|
- programming
|
||||||
|
|
|
@ -1,30 +0,0 @@
|
||||||
---
|
|
||||||
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
|
|
Loading…
Reference in a new issue