diff options
author | Marc Coquand <marc@mccd.space> | 2024-01-21 11:22:05 -0600 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-01-21 11:22:05 -0600 |
commit | b7d8eb1a54b710cd07f8994a4c33cfb08a60f28e (patch) | |
tree | 2898fdc88446b17ec4f842d6179622c079379165 /posts/git-to-deploy.njk | |
parent | 6d77266d9810ec255e52755452be4678649cc7bf (diff) | |
download | mccd.space-b7d8eb1a54b710cd07f8994a4c33cfb08a60f28e.tar.gz mccd.space-b7d8eb1a54b710cd07f8994a4c33cfb08a60f28e.tar.bz2 mccd.space-b7d8eb1a54b710cd07f8994a4c33cfb08a60f28e.zip |
Change wording to NixOS
Diffstat (limited to 'posts/git-to-deploy.njk')
-rw-r--r-- | posts/git-to-deploy.njk | 5 |
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> |