From aee86e599899d17b5bb3c176cf8ea0891088b4a0 Mon Sep 17 00:00:00 2001 From: Alex van de Sandt Date: Wed, 24 Jun 2026 22:26:40 +0000 Subject: [PATCH] Remove template readme --- README.md | 33 --------------------------------- 1 file(s) changed, 0 insertion(s)(+), 33 deletion(s)(-) diff --git a/README.md b/README.md deleted file mode 100644 --- a/README.md +++ /dev/null @@ -1,33 +0,0 @@ -# Getting Started Guide - -Steps you can follow after cloning this template: - -- Be sure to read the [den documentation](https://den.denful.dev) - -- Update den input. - -```console -nix flake update den -``` - -- Edit [modules/hosts.nix](modules/hosts.nix) - -- Build - -```console -# default action is build -nix run .#igloo - -# pass any other nh action -nix run .#igloo -- switch -``` - -- Run the VM - -We recommend to use a VM develop cycle so you can play with the system before applying to your hardware. - -See [modules/vm.nix](modules/vm.nix) - -```console -nix run .#vm -``` -- tangled.sh