From b7fa6601a52896cb92b139ce830bb5b4e70a3f04 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Thu, 3 Aug 2023 01:47:25 -0400 Subject: [PATCH] Infini-WSL: add notes document --- hosts/Infini-WSL/readme.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 hosts/Infini-WSL/readme.md diff --git a/hosts/Infini-WSL/readme.md b/hosts/Infini-WSL/readme.md new file mode 100644 index 0000000..486bfca --- /dev/null +++ b/hosts/Infini-WSL/readme.md @@ -0,0 +1,10 @@ +# WSL Notes + +## Creating an Image + +`nix build .#nixosConfigurations.Infini-WSL.config.system.build.installer` + +## Once installed + +Maintenance should be similar to a normal NixOS system post install. +Add more notes if used.