hosts/graphical-installer: fix and update config

This commit is contained in:
Gabriel Arazas 2024-01-20 17:38:13 +08:00
parent 29852e55f7
commit 05fc9ee2b4
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -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;