From 0cc41d6c0693eb53c14ba8973f7fc9c7eb851627 Mon Sep 17 00:00:00 2001 From: Pim Kunis Date: Mon, 11 Nov 2024 22:38:00 +0100 Subject: [PATCH] Add deployment instructions to README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index d4e2678..eccf55d 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,11 @@ Currently managed systems: - Default running GNOME - Specialisation running Cosmic - **gamepc**: My gaming PC running Cinnamon + +## Deployment + +**sue**: `colmena apply-local --sudo --impure` +**gamepc**: `colmena apply --on gamepc --impure` + +> [!NOTE] +> Currently the `--impure` is necessary until I upgrade to NixOS 23.11. See [this PR](https://github.com/zhaofengli/colmena/pull/228).