From f4301e2194ede90f6fe3ab70be5e598a6eb5f2e4 Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Wed, 9 Oct 2024 18:19:57 +0530 Subject: (impermanence): Initial try. --- disko.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 disko.sh (limited to 'disko.sh') diff --git a/disko.sh b/disko.sh new file mode 100755 index 0000000..7c1296b --- /dev/null +++ b/disko.sh @@ -0,0 +1,6 @@ +#!/usr/bin/env bash + +sudo nix \ + --experimental-features "nix-command flakes" \ + run github:nix-community/disko -- --mode disko ./disko.nix \ + --arg device "/dev/nvme0n1" -- cgit v1.2.3