Skip to content

Add ability to configure nix settings via module #228

@EliSauder

Description

@EliSauder

Is your feature request related to a problem? Please describe.

Currently, system manager cannot configure nix settings like experimental features or garbage collection. I understand that nix determinate has some of these features, however, I prefer manually having it configured to exactly what my need is rather than rely on someone else's configuration.

Describe the solution you'd like

The ability to enable experimental features and garbage collection using a module.
e.g.

nix = {
  settings.experimental-features = [
    "nix-command"
    "flakes"
  ];
  gc.automatic = true;
};

Describe alternatives you've considered

Manually configure nix.conf file using etc module.

Additional context

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions