Skip to content

Commit

Permalink
Update NixOS wiki link (#17)
Browse files Browse the repository at this point in the history
Co-authored-by: NixOS Wiki <[email protected]>
  • Loading branch information
wiki-nixos and NixOS Wiki authored Jul 13, 2024
1 parent 04127cd commit 65dc75d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" ];
```
Expand Down

0 comments on commit 65dc75d

Please sign in to comment.