hosts/bootstrap: update and fix config

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

View File

@ -11,11 +11,11 @@
# Store the source code in a easy-to-locate path. # Store the source code in a easy-to-locate path.
contents = [{ contents = [{
source = ../..; source = ../../..;
target = "/etc/nixos/"; target = "/etc/nixos/";
}]; }];
squashfsCompression = "zstd -Xcompression-level 8"; squashfsCompression = "zstd -Xcompression-level 11";
}; };
boot.kernelPackages = pkgs.linuxPackages_6_6; boot.kernelPackages = pkgs.linuxPackages_6_6;