From 44036f804ab25589b17d638f91344ace0eeeb9ea Mon Sep 17 00:00:00 2001 From: Dennis Frieberg Date: Wed, 4 Oct 2023 23:37:15 +0200 Subject: [PATCH] Fixed commas Gonne requested [#9] --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1b8ece8..853b2e5 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ There are multiple ways to build and deploy a machine configuration. Which is th most appropriate depends on the context and scenario. So first there will be a general explanation how this works and afterwards we will talk about some scenarios. -If you run `nix flake show` you should get an output similar to this +If you run `nix flake show`, you should get an output similar to this ``` $ nix flake show git+file:///home/nerf/git/nixConfig?ref=refs%2fheads%2fnyarlathtop&rev=9d0eb749287d1e9e793811759dfa29469ab706dc @@ -43,7 +43,7 @@ doesn't need to fetch the build dependencies this way. One has a local check if And so on... #### Build -If you have this repository local in your current directory you can just run +If you have this repository local in your current directory, you can just run ``` $ nix build .#nixosConfigurations..config.system.build.toplevel ``` @@ -134,7 +134,7 @@ Just run nixos-install --flake 'git+https://gitea.mathebau.de/Fachschaft/nixConfig?ref=#' ``` where `` is the branch you install from and `` is the name of the configuration you build. -If the build system is already in the nix store this will start the installation, else it will first attempt to build +If the build system is already in the nix store, this will start the installation, else it will first attempt to build it. That should be the whole installation process, just reboot. The machine should be fully setup. No additional user or service setup, after the reboot.