From ad4253f9e9ed7f469ad87a0c77acdbafd00d187a Mon Sep 17 00:00:00 2001 From: Aleksandr Lebedev Date: Wed, 18 Dec 2024 10:26:17 +0100 Subject: [PATCH] updated readme --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index cfcd323..b6b8db3 100644 --- a/README.md +++ b/README.md @@ -16,11 +16,8 @@ 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 + ~~~ sudo mkdir /mnt/tmp && TMPDIR=/mnt/tmp sudo nixos-install --flake github:KyleKrein/nixos-config#kylekrein-homepc && sudo rm -rf /mnt/tmp ~~~ - -or together -~~~ -sudo nix --extra-experimental-features "flakes nix-command" run github:nix-community/disko -- --mode zap_create_mount --flake github:KyleKrein/nixos-config#kylekrein-homepc && sudo mkdir /mnt/tmp && TMPDIR=/mnt/tmp sudo nixos-install --flake github:KyleKrein/nixos-config#kylekrein-homepc && sudo rm -rf /mnt/tmp -~~~