From 145d2aee96ab39d0028a16d05da3e62688f84890 Mon Sep 17 00:00:00 2001 From: Dennis Frieberg Date: Tue, 7 Nov 2023 09:19:13 +0100 Subject: [PATCH] updated README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2c6a796..170ce56 100644 --- a/README.md +++ b/README.md @@ -170,6 +170,10 @@ In your hardware configuration you should basically only write you filesystem layout and your hostPlatform. The bootloading stuff is already taken care of by `../../roles`. +The `flake-inputs` argument is optional, but you can use it if you need to get a hold of the flake inputs, +else this is a complete normal nixos system configuration module (with a lot of settings already imorted +from `../../roles`). + As of moment of writing `network.nix` should contain ip, nameserver and default gateway setup. As parts of this is constant across all systems and will undergo refactor soon.