From dd92c58f7b6154af078a706662b404c5104eb37a Mon Sep 17 00:00:00 2001 From: Adam Rabjerg Date: Mon, 17 Oct 2022 15:43:29 +0200 Subject: [PATCH] corrected syntax for autooptimizestore. --- configuration.nix | 1 + extra-nixos.nix | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration.nix b/configuration.nix index bcf98f0..517cc3a 100644 --- a/configuration.nix +++ b/configuration.nix @@ -200,3 +200,4 @@ # (e.g. man configuration.nix or on https://nixos.org/nixos/options.html). system.stateVersion = "22.05"; # Did you read the comment? +} diff --git a/extra-nixos.nix b/extra-nixos.nix index eb08e10..15a0652 100644 --- a/extra-nixos.nix +++ b/extra-nixos.nix @@ -18,6 +18,5 @@ }; settings.auto-optimize-store = true; }; + } - -} \ No newline at end of file