From 24d03404be34b65be88934d6023b9c56d7ba20e9 Mon Sep 17 00:00:00 2001 From: Whovian9369 Date: Thu, 23 May 2024 05:30:40 -0400 Subject: [PATCH] Adjust `README.md` notes some more. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e0e95c..7f91175 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,13 @@ If you have suggestions on "fixing" or "cleaning up" my configurations, please a - [[githubL:ashebanow Starred - Example Nix Configs] "These are other people's nix configs I've found useful, informative, and/or inspirational."](https://github.com/stars/ashebanow/lists/example-nix-configs/) ### Notes for possible future use: +I really really should look further into these before actually using them. ```nix virtualisation.docker = { enableOnBoot = true; - autoPrune.enable = true; + autoPrune = { + enable = true; + }; }; wsl = { @@ -44,6 +47,7 @@ nix = { flake = inputs.nixpkgs; }; }; + nixPath = [ "nixpkgs=${inputs.nixpkgs.outPath}" ];