From 934aa5e736a7a28605f335e7184a77b7f804f2b4 Mon Sep 17 00:00:00 2001 From: Moritz 'e1mo' Fromm Date: Fri, 28 Jul 2023 11:47:33 +0200 Subject: [PATCH] Dokuwiki has been migrated --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 89f0adf..f3d6acd 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,6 @@ NixOS configuration for the [chaos.jetzt] project. They are very much work in pr - [mumble-web](https://github.com/johni0702/mumble-web), possibly adding [mumble-web-proxy](https://github.com/johni0702/mumble-web-proxy/) on top - Both need to be packaged for Nix -- [Dokuwiki](https://www.dokuwiki.org/dokuwiki) - - Migrate away from SSO - [Matrix synapse](https://github.com/matrix-org/synapse) + [element-web](https://github.com/vector-im/element-web) - Data migration (synapse) - Migrate away from SSO (synapse) @@ -30,14 +28,13 @@ colmena build # Build specific host(s) colmena build --on host-a,host-b -# Deploy all hosts in test mode (activate config but do not add it to the bootloader menu) -colmena apply test +# Deploy all dev hosts in test mode (activate config but do not add it to the bootloader menu) +colmena apply --on @dev test # Deploy specific host (actiavte config and use it at the next boot (switch goal)) colmena apply --on host-a # A VM of the host can be built using plain nix build - nix build .\#nixosConfigurations.host-a.config.system.build.vmWithBootLoader ```