From 65dc75d5f6c06eba802ab11dcb3868d97e7162c1 Mon Sep 17 00:00:00 2001 From: wiki-nixos <106473360+wiki-nixos@users.noreply.github.com> Date: Sat, 13 Jul 2024 15:20:12 +0200 Subject: [PATCH] Update NixOS wiki link (#17) Co-authored-by: NixOS Wiki --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 90cd4090..f9795918 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ In addition, this flake outputs NixOS configuration and home-manager configurati > Secrets are encrypted with [agenix](https://github.com/ryantm/agenix) and will not be available without the private decryption keys. ### Enabling Flakes -While widely used and considered stable, [flakes](https://nixos.wiki/wiki/Flakes) are still considered experimental. To enable Flakes, add the following lines to your `configuration.nix` and rebuild. +While widely used and considered stable, [flakes](https://wiki.nixos.org/wiki/Flakes) are still considered experimental. To enable Flakes, add the following lines to your `configuration.nix` and rebuild. ```nix nix.settings.experimental-features = [ "nix-command" "flakes" ]; ```