From b7d8eb1a54b710cd07f8994a4c33cfb08a60f28e Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Sun, 21 Jan 2024 11:22:05 -0600 Subject: Change wording to NixOS --- posts/git-to-deploy.njk | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'posts') 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 --- -

Lately I have been learning Nix, which is configured using a +

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, you can do so easily:

This script can be ran on a new machine. I used Nixos-infect to setup NixOS on a VPC that I rent on Hetzner Cloud.

+

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.

-- cgit v1.2.3