hosts/graphical-installer: update compression options and kernel packages

This commit is contained in:
Gabriel Arazas 2024-01-15 08:00:40 +08:00
parent 2eed8e1419
commit 95b7c9c7de
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -16,8 +16,12 @@
source = ../..;
target = "/etc/nixos";
}];
squashFsCompression = "zstd -Xcompression-level 10";
};
boot.kernelPackages = pkgs.linuxPackages_6_6;
# Use my desktop environment configuration without the apps just to make the
# closure size smaller.
workflows.workflows.a-happy-gnome = {
@ -38,4 +42,6 @@
user = "nixos";
};
};
system.stateVersion = "23.11";
}