From 947a402e054a87989d6b5bc701b297a41ed89a4d Mon Sep 17 00:00:00 2001 From: Quentin Boyer Date: Sun, 13 Feb 2022 21:23:22 +0100 Subject: [PATCH] fix deprecation warning --- nixos/configuration.nix | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 80b83d8..a8819cf 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -75,7 +75,7 @@ 8080 ]; - nix.autoOptimiseStore = true; + nix.settings.auto-optimise-store = true; nix.gc = { automatic = true; dates = "weekly"; @@ -90,9 +90,3 @@ # (e.g. man configuration.nix or on https://nixos.org/nixos/options.html). system.stateVersion = "21.05"; # Did you read the comment? } - - - - - -