mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
hosts/graphical-installer: update compression options and kernel packages
This commit is contained in:
parent
2eed8e1419
commit
95b7c9c7de
@ -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";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user