mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 10:58:02 +00:00
hosts/bootstrap: update compression option and kernel packages
This commit is contained in:
parent
0760acb676
commit
c0d6422eea
@ -14,9 +14,11 @@
|
||||
source = ../..;
|
||||
target = "/etc/nixos/";
|
||||
}];
|
||||
|
||||
squashFsCompression = "zstd -Xcompression-level 8";
|
||||
};
|
||||
|
||||
boot.kernelPackages = pkgs.linuxPackages_6_1;
|
||||
boot.kernelPackages = pkgs.linuxPackages_6_6;
|
||||
|
||||
# Assume that this will be used for remote installations.
|
||||
services.openssh = {
|
||||
@ -24,6 +26,5 @@
|
||||
allowSFTP = true;
|
||||
};
|
||||
|
||||
documentation.nixos.options.splitBuild = false;
|
||||
system.stateVersion = "23.11";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user