mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-21 09:40:38 -05:00
Update NixOS wiki link (#17)
Co-authored-by: NixOS Wiki <mail@nix.wiki>
This commit is contained in:
parent
04127cde8b
commit
65dc75d5f6
|
@ -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" ];
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue