aboutsummaryrefslogtreecommitdiff
path: root/posts/git-to-deploy.njk
diff options
context:
space:
mode:
Diffstat (limited to 'posts/git-to-deploy.njk')
-rw-r--r--posts/git-to-deploy.njk5
1 files changed, 3 insertions, 2 deletions
diff --git a/posts/git-to-deploy.njk b/posts/git-to-deploy.njk
index c92864c..9676602 100644
--- a/posts/git-to-deploy.njk
+++ b/posts/git-to-deploy.njk
@@ -1,11 +1,11 @@
---
layout: post.njk
-title: Using Git to Deploy Nix Configurations
+title: Using Git to Deploy NixOS Configurations
tags: post
date: 2024-01-20
---
-<p>Lately I have been learning Nix, which is configured using a
+<p>Lately I have been learning Nix+NixOS, which is configured using a
declarative programming language. What is nice about that is that allows
us to reproduce a system very easily. However, I googled around and
tried to figure out how to easily deploy my config from a local machine
@@ -82,3 +82,4 @@ href="https://sourcehut.org/">Sourcehut</a>, you can do so easily:</p>
<p>This script can be ran on a new machine. I used <a
href="https://github.com/elitak/nixos-infect/tree/master">Nixos-infect</a>
to setup NixOS on a VPC that I rent on Hetzner Cloud.</p>
+<p>Edit: Thanks to Valentin Gagarin for pointing out the distinction between Nix and NixOS. I have updated the article to correctly call it NixOS instead of Nix.</p>