mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 06:19:00 +00:00
hosts/graphical-installer: fix and update config
This commit is contained in:
parent
29852e55f7
commit
05fc9ee2b4
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user