From 1d8e42ef1c73643ece231569eca4d3732d7ea533 Mon Sep 17 00:00:00 2001 From: Nickiel12 Date: Sun, 17 Dec 2023 20:38:53 -0800 Subject: [PATCH] added note to pre-removed line --- hosts/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/configuration.nix b/hosts/configuration.nix index 925d861..90fea1c 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -59,7 +59,7 @@ boot.loader.systemd-boot.configurationLimit = 5; nix.settings.auto-optimise-store = true; - config.allowUnfree = true; + nixpkgs.config.allowUnfree = true; # required for discord nix.gc = { automatic = true; options = "--delete-generations 8d";