From 05fc9ee2b4bb2bf68505ba5779a156edcea16dd1 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Sat, 20 Jan 2024 17:38:13 +0800 Subject: [PATCH] hosts/graphical-installer: fix and update config --- configs/nixos/graphical-installer/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/nixos/graphical-installer/default.nix b/configs/nixos/graphical-installer/default.nix index 3d36150d..5d4668a4 100644 --- a/configs/nixos/graphical-installer/default.nix +++ b/configs/nixos/graphical-installer/default.nix @@ -13,11 +13,11 @@ # Put the source code somewhere easy to see. contents = [{ - source = ../..; + source = ../../..; target = "/etc/nixos"; }]; - squashfsCompression = "zstd -Xcompression-level 10"; + squashfsCompression = "zstd -Xcompression-level 12"; }; boot.kernelPackages = pkgs.linuxPackages_6_6;