From e75b5f1b457d590bff0eb103e5126f99106873d9 Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Mon, 16 Oct 2023 19:12:36 +0200 Subject: [PATCH] update README --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e5e3f83..ea11556 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,18 @@ During installation: ## Update, build and switch +Local (yodaTux): + +```shell +niv update && colmena build --on yodaTux -v && colmena apply-local --sudo +``` + +Server: + +```shell +niv update && colmena build --on @server -v && colmena apply --on @server switch +``` + ### Update * Updating NixOS. https://superuser.com/a/1604695 @@ -166,7 +178,7 @@ Configuration is done inside [hive.nix](hive.nix). Build config: ```shell -colmena build +colmena build -v ``` Apply to all non-local nodes: