From a37cd1f3dce12b980c1acde2fdb19d6db67cb31b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= <joerg@thalheim.io> Date: Tue, 11 May 2021 16:57:21 +0200 Subject: [PATCH] kexec: fix references --- README.md | 2 +- roles/kexec.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4791686..6539dcf 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ $ ./deploy --force-reboot --include build02 ## Install/Fix system from Hetzner recovery mode 1. Mount all filesystems to /mnt -2. Install kexec image from Hetzner recovery system as described in [kexec.nix](infra/roles/kexec.nix) and boot into it +2. Install kexec image from Hetzner recovery system as described in [kexec.nix](roles/kexec.nix) and boot into it 3. Download infra repo ``` console $ nix-shell -p git --run "git clone https://github.com/nix-community/infra && cd infra && nix-shell" diff --git a/roles/kexec.nix b/roles/kexec.nix index 3587c71..4dea176 100644 --- a/roles/kexec.nix +++ b/roles/kexec.nix @@ -1,6 +1,6 @@ { config, lib, pkgs, ... }: # build with: -# nix-shell -p nixos-generators --run 'nixos-generate -o ./result -f kexec-bundle -c ./profiles/kexec.nix' +# nix-shell -p nixos-generators --run 'nixos-generate -o ./result -f kexec-bundle -c ./roles/kexec.nix' { imports = [ ./users.nix