From b373f428e96aeff2ae05b3ecd5e162a7d6aaf488 Mon Sep 17 00:00:00 2001 From: Niccolo Borgioli Date: Wed, 18 Dec 2024 19:11:42 +0100 Subject: [PATCH] update readme --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 0e137b3..b95cff8 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,21 @@ Nix setup for server ## Install ```bash +# First time install curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install --determinate + +# Install / Update nix run home-manager -- switch --flake github:cupcakearmy/nix-cli#root -b bkp ``` + +## Update + +This can be run on any machine. Just update and then just rerun on the targets + +```bash +nix flake update +``` + +``` + +```