Skip to content

Commit f23f9a2

Browse files
authored
Update nix-flakes.md with configuration path
Specify the configuration file location for nixos-wsl. That's useful for complete novices which just get started, and maybe don't yet know where proper places to read about configuration located. Other alternative is to provide link to official NixOS docs which explain how to edit configuration. But I didn't yet found this location
1 parent 9a8c2a8 commit f23f9a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/how-to/nix-flakes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# How to configure NixOS-WSL with flakes
22

3-
First add a `nixos-wsl` input, then add `nixos-wsl.nixosModules.default` to your nixos configuration.
3+
First add a `nixos-wsl` input, then add `nixos-wsl.nixosModules.default` to your nixos configuration in `/etc/nixos/configuration.nix`.
44

55
Below is a minimal `flake.nix` for you to get started:
66

0 commit comments

Comments
 (0)