From dc94ae8ede4d7a852562f2377503b69f5d0ca85a Mon Sep 17 00:00:00 2001 From: Aleksandr Lebedev Date: Wed, 18 Dec 2024 10:27:50 +0100 Subject: [PATCH] updated readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b6b8db3..114ef1c 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Assuming that you're in nixos installer sudo nix --extra-experimental-features "flakes nix-command" run github:nix-community/disko -- --mode zap_create_mount --flake github:KyleKrein/nixos-config#kylekrein-homepc ~~~ -Copy sops age keys to `/persist/sops/age/keys.txt` or to /var/lib/sops/age/keys.txt if not using impermanence +Copy sops age keys to `/persist/sops/age/keys.txt` or to `/var/lib/sops/age/keys.txt` if not using impermanence ~~~ sudo mkdir /mnt/tmp && TMPDIR=/mnt/tmp sudo nixos-install --flake github:KyleKrein/nixos-config#kylekrein-homepc && sudo rm -rf /mnt/tmp