From 3d56dde87412df38f5d92381c76f635b425ab9c2 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..47d13ad 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 24.11. See [this PR](https://github.com/zhaofengli/colmena/pull/228).