mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 18:19:09 +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 = ../..;
|
source = ../..;
|
||||||
target = "/etc/nixos";
|
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
|
# Use my desktop environment configuration without the apps just to make the
|
||||||
# closure size smaller.
|
# closure size smaller.
|
||||||
workflows.workflows.a-happy-gnome = {
|
workflows.workflows.a-happy-gnome = {
|
||||||
@ -38,4 +42,6 @@
|
|||||||
user = "nixos";
|
user = "nixos";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
system.stateVersion = "23.11";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user