mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 10:58:02 +00:00
hosts/bootstrap: update and fix config
This commit is contained in:
parent
f5189c4cf7
commit
29852e55f7
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user