From d1fb3c3820a5023e9a3ce5b95e1e8af35341c945 Mon Sep 17 00:00:00 2001 From: deva Date: Sun, 29 Sep 2024 19:35:02 -0400 Subject: [PATCH] fix markdownlint warnings --- readme.md | 6 +++++- usage.md | 7 +++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 1c47e84..3d9c298 100755 --- a/readme.md +++ b/readme.md @@ -1,8 +1,11 @@ +

deva's nixos flake

+ built with nix License Badge +


@@ -16,8 +19,9 @@ nix flake show github:devawaves/nixos ``` to get the disko.nix file, run: + ```sh nix run github:devawaves/nixos#disko ``` -*more utilities can be found in [usage.md](./usage.md)* +_more utilities can be found in [usage.md](./usage.md)_ diff --git a/usage.md b/usage.md index 34c7006..6aa01e6 100644 --- a/usage.md +++ b/usage.md @@ -1,12 +1,19 @@ +# Usage + Building NixOS config manually: + ```sh sudo nixos-rebuild --flake .#hostname switch ``` + Upgrading the system implies updating the inputs one at a time: + ```sh sudo nix flake lock --update-input ``` + or all of them together: + ```sh nix flake update --commit-lock-file ```