From f6ad0a24b28db43f932eeeea3c6db7c247f8f827 Mon Sep 17 00:00:00 2001 From: GHOSCHT <31184695+GHOSCHT@users.noreply.github.com> Date: Sat, 2 Mar 2024 16:48:54 +0100 Subject: [PATCH] Add disko formatting command to host-specific readme --- hosts/franz/README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 hosts/franz/README.md diff --git a/hosts/franz/README.md b/hosts/franz/README.md new file mode 100644 index 0000000..38356ad --- /dev/null +++ b/hosts/franz/README.md @@ -0,0 +1,7 @@ +# Franz + +## Drive Formatting + +```sh +sudo nix --experimental-features "nix-command flakes" run github:nix-community/disko -- --mode disko ./disko.nix +```