From 5ba369a226ff77c9b6b5e98f80b27c24ca8ef4a1 Mon Sep 17 00:00:00 2001 From: Robert Gerus Date: Fri, 1 Dec 2023 22:36:58 +0100 Subject: [PATCH] readme update --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 4d671a7..21f65c8 100644 --- a/README.md +++ b/README.md @@ -20,13 +20,7 @@ $ echo -e "{ config, lib, pkgs, inputs, ... }:\n\n{\n}" > modules/new-module.nix ``` $ mkdir nixos/newhost $ echo -e "{ config, lib, pkgs, inputs, ... }:\n\n{\n}" > nixos/newhost/default.nix -$ echo -n aarch64-linux > nixos/newhost/system -``` - -Please remember about the `-n` flag. Otherwise you'll see Nix throw a funny -error at you, like: -``` -error: Unknown kernel: linux +$ echo '{"publicKey": "…", "targetHost": "…", "system": "aarch64-linux"}' | jq -rM > nixos/newhost/meta.json ``` ### Exploring generated configurations