25.11
This commit is contained in:
@@ -230,10 +230,10 @@ in
|
||||
};
|
||||
|
||||
services = {
|
||||
logind = {
|
||||
lidSwitch = "ignore";
|
||||
powerKey = "suspend";
|
||||
powerKeyLongPress = "poweroff";
|
||||
logind.settings.Login = {
|
||||
HandleLidSwitch = "ignore";
|
||||
HandlePowerKey = "suspend";
|
||||
HandlePowerKeyLongPress = "poweroff";
|
||||
};
|
||||
|
||||
plikd = {
|
||||
|
||||
@@ -155,7 +155,7 @@ in
|
||||
extremetuxracer
|
||||
superTux
|
||||
superTuxKart
|
||||
frozen-bubble
|
||||
# frozen-bubble # broken in 25.11 (perl SDL tests segfault)
|
||||
neverball
|
||||
pingus
|
||||
supermariowar
|
||||
|
||||
@@ -28,23 +28,25 @@
|
||||
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
|
||||
isoImage =
|
||||
image =
|
||||
let
|
||||
vsn = "${config.system.nixos.release}${lib.trivial.versionSuffix}";
|
||||
in
|
||||
{
|
||||
isoName = "toolshed-${vsn}.iso";
|
||||
|
||||
# as of writing zstd -19 reduces toolshed from 9.1G to 8.6G, but takes
|
||||
# ~30min on fwminex, as opposed to ~10m with default settings. xz also
|
||||
# yields 8.6G.
|
||||
#squashfsCompression = "zstd -Xcompression-level 19";
|
||||
squashfsCompression = "zstd";
|
||||
appendToMenuLabel = " Toolshed ${vsn}";
|
||||
makeEfiBootable = true; # EFI booting
|
||||
makeUsbBootable = true; # USB booting
|
||||
fileName = "toolshed-${vsn}.iso";
|
||||
};
|
||||
|
||||
isoImage = {
|
||||
# as of writing zstd -19 reduces toolshed from 9.1G to 8.6G, but takes
|
||||
# ~30min on fwminex, as opposed to ~10m with default settings. xz also
|
||||
# yields 8.6G.
|
||||
#squashfsCompression = "zstd -Xcompression-level 19";
|
||||
squashfsCompression = "zstd";
|
||||
appendToMenuLabel = " Toolshed ${config.system.nixos.release}${lib.trivial.versionSuffix}";
|
||||
makeEfiBootable = true; # EFI booting
|
||||
makeUsbBootable = true; # USB booting
|
||||
};
|
||||
|
||||
swapDevices = [ ];
|
||||
|
||||
services = {
|
||||
|
||||
Reference in New Issue
Block a user