From a006630ddce6c1478f903cf125947803cd5bdc68 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Mon, 15 Dec 2025 18:10:56 +0900 Subject: [PATCH] README: fix security critical typo Thx to @vegardbm for the find --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba96844..a74b034 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Here are some of the interesting files and dirs: | `/modules` | Custom nixos modules that I use in my own configuration. If you see options that does not appear in [NixOS Search][nixos-search], they might be defined here. | | `/package-overrides` | Updated or pinned versions of packages that have not been upstreamed to nixpkgs (yet). | | `/secrets` | Encrypted [sops-nix][sops-nix] secrets. | -| `flake.nix` | The root of everyting. Defines the inputs and outputs of the project. Also applies misc overlays and adds config-wide modules. See [Nix Flakes][nix-flakes] for more information. | +| `flake.nix` | The root of everything. Defines the inputs and outputs of the project. Also applies misc overlays and adds config-wide modules. See [Nix Flakes][nix-flakes] for more information. | ## Hosts