From 139402db488cd3d85fb363a8b0b36a29f261e1cb Mon Sep 17 00:00:00 2001 From: Julian Mutter Date: Sun, 19 Jul 2026 13:21:01 +0200 Subject: [PATCH] readme: change builder install to remote flake --- Readme.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.org b/Readme.org index b6230cb..1b881ac 100644 --- a/Readme.org +++ b/Readme.org @@ -42,5 +42,5 @@ sops updatekeys secrets/* - Set password for root #+begin_src sh -nix run github:nix-community/nixos-anywhere -- --flake .#builder --target-host root@ +nix run github:nix-community/nixos-anywhere -- --flake git+https://gitlab.julian-mutter.de/julian/dotfiles.git#builder --target-host root@ #+end_src