flake: fix docs about root:nixbld ownership

This commit is contained in:
2022-08-02 15:59:28 -07:00
parent 8a0da17f05
commit 7d39a761cf

View File

@@ -58,8 +58,7 @@
# - flash it to a bootable medium (SD card, flash drive, HDD)
# - resize the root partition (use cfdisk)
# - mount the part
# chown root:nixblkd <part>/nix/store
# chmod 775 <part>/nix/store
# chown root:nixbld <part>/nix/store
# chown root:root -R <part>/nix/store/*
# populate any important things (persist/, home/colin/.ssh, etc)
# (`mkdir /var/{lib,log}` at a minimum)