nixos: use only URI fragment in manual options links

This commit is contained in:
Bobby Rong
2021-07-04 08:24:44 +08:00
parent f8bdee0054
commit ad393d5f63
18 changed files with 81 additions and 99 deletions

View File

@@ -34,7 +34,7 @@ SHA256:yjxl3UbTn31fLWeyLYTAKYJPRmzknjQZoyG8gSNEoIE my-user@workstation
To keep the key safe, change the ownership to `root:root` and make sure the permissions are `600`:
OpenSSH normally refuses to use the key if it's not well-protected.
The file system can be configured in NixOS via the usual [fileSystems](options.html#opt-fileSystems) option.
The file system can be configured in NixOS via the usual [fileSystems](#opt-fileSystems) option.
Here's a typical setup:
```nix
{