-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
eureka-cpu, ethancedwards8, josh, phanirithvij and Tzrlk
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request