diff --git a/system/options.nix b/system/options.nix index cfd81259fffb..59c3001df3bb 100644 --- a/system/options.nix +++ b/system/options.nix @@ -2986,7 +2986,7 @@ root ALL=(ALL) SETENV: ALL environment = { pathsToLink = mkOption { - default = ["/bin" "/sbin" "/lib" "/share" "/man" "/info" "/etc"]; + default = ["/bin" "/sbin" "/lib" "/share/man" "/share/info" "/man" "/info"]; example = ["/"]; description = " Lists directories to be symlinked in `/var/run/current-system/sw'.