From f86c6390a514c83c845f2c9a5697f541f3d0c994 Mon Sep 17 00:00:00 2001 From: colin Date: Tue, 2 Aug 2022 17:10:32 -0700 Subject: [PATCH] image building instructions: no need to manually create /persist dirs anymore --- flake.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/flake.nix b/flake.nix index 83e86109..1c22674d 100644 --- a/flake.nix +++ b/flake.nix @@ -58,10 +58,10 @@ # - flash it to a bootable medium (SD card, flash drive, HDD) # - resize the root partition (use cfdisk) # - mount the part - # chown root:nixbld /nix/store - # chown root:root -R /nix/store/* - # populate any important things (persist/, home/colin/.ssh, etc) - # (`mkdir /var/{lib,log}` at a minimum) + # - chown root:nixbld /nix/store + # - chown root:root -R /nix/store/* + # - chown root:root -R /persist # if using impermanence + # - populate any important things (persist/, home/colin/.ssh, etc) # - boot # - if fs wasn't resized automatically, then `sudo btrfs filesystem resize max /` # - checkout this flake into /etc/nixos AND UPDATE THE FS UUIDS.