Skip to content

Generate allowed_symlinks.txt when symlinks are used in module #92

@Infinidoge

Description

@Infinidoge

See the 1.20 Pre-release 7 patch notes and corresponding help article.

The naïve solution would be to do

symlinks = {
  "allowed_symlinks.txt" = pkgs.writeText "allowed_symlinks.txt" "/nix/store";
};

An ideal solution would be

alowedSymlinks = [ "/nix/store" ];

This would solve the problem brought up in #74.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestmoduleTopic: The minecraft-servers module

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions