Nix: move experimantal options setting tot nix.settings

This commit is contained in:
Toast 2024-02-19 11:26:41 +01:00
parent f4bb46fb28
commit 8d1b7584f3

View file

@ -2,11 +2,9 @@
{
nix = {
extraOptions = ''
experimental-features = nix-command flakes
'';
settings = {
auto-optimise-store = true;
experimental-features = "nix-command flakes";
};
registry = {
agenix = {