From 55a904c58b7a6276e14da353a3995e203ec1f9d3 Mon Sep 17 00:00:00 2001 From: Stefan Junker Date: Thu, 13 Jun 2024 18:50:43 +0200 Subject: [PATCH] docs: add README for macos-01 created in the process of re-setting this machine up --- .../darwinConfigurations.macos-01/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 modules/flake-parts/darwinConfigurations.macos-01/README.md diff --git a/modules/flake-parts/darwinConfigurations.macos-01/README.md b/modules/flake-parts/darwinConfigurations.macos-01/README.md new file mode 100644 index 00000000..3aee538e --- /dev/null +++ b/modules/flake-parts/darwinConfigurations.macos-01/README.md @@ -0,0 +1,13 @@ + +Commands that were performed on the machine for a successful deployment: + +```shell +nix run .#ssh-macos-01 +echo "%admin ALL = (ALL) NOPASSWD: ALL" | sudo tee -a /etc/sudoers +curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install +exit +nix run .#ssh-macos-01 +exit +nix run .\#deploy-macos-01 +nix run .#ssh-linux-builder-01 "timeout 10s ssh -o StrictHostKeyChecking=accept-new builder@167.235.13.208; nix store ping --store 'ssh-ng://builder@167.235.13.208'" +```